diff options
author | John Crispin <john@phrozen.org> | 2017-03-22 12:13:12 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-22 12:14:08 +0100 |
commit | aa729bcf14e379cb64ad6c83f02ac6ce03d1a8fc (patch) | |
tree | a16dc9599c8e3275cc9cb9f87b66daab63b917a7 /package/utils/util-linux/Makefile | |
parent | 8a4208d5af7a14f4e658a6da2d1a1020f0f99cba (diff) | |
download | upstream-aa729bcf14e379cb64ad6c83f02ac6ce03d1a8fc.tar.gz upstream-aa729bcf14e379cb64ad6c83f02ac6ce03d1a8fc.tar.bz2 upstream-aa729bcf14e379cb64ad6c83f02ac6ce03d1a8fc.zip |
Revert "utils/util-linux: Update to 2.29.2"
This reverts commit eac1a548573a0262e9f36aeee95ed071f6040703.
This patch caused the builders to blow up.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/utils/util-linux/Makefile')
-rw-r--r-- | package/utils/util-linux/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index fc1554bef8..17f22e1ae4 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=util-linux -PKG_VERSION:=2.29.2 +PKG_VERSION:=2.28 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.29 -PKG_HASH:=accea4d678209f97f634f40a93b7e9fcad5915d1f4749f6c47bee6bf110fe8e3 +PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.28 +PKG_HASH:=395847e2a18a2c317170f238892751e73a57104565344f8644090c8b091014bb PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= COPYING \ @@ -147,7 +147,7 @@ endef define Package/cal $(call Package/util-linux/Default) TITLE:=display a calendar - DEPENDS:= +libncursesw + DEPENDS:= +libncurses endef define Package/cal/description @@ -157,7 +157,7 @@ endef define Package/cfdisk $(call Package/util-linux/Default) TITLE:=display or manipulate disk partition table - DEPENDS:= +libblkid +libncursesw +libsmartcols +libfdisk +libmount + DEPENDS:= +libblkid +libncurses +libsmartcols +libfdisk +libmount SUBMENU:=Disc endef @@ -341,7 +341,7 @@ endef define Package/setterm $(call Package/util-linux/Default) TITLE:=set terminal attributes - DEPENDS:= +libncursesw + DEPENDS:= +libncurses SUBMENU:=Terminal endef @@ -440,7 +440,7 @@ CONFIGURE_ARGS += \ --without-python \ --without-udev \ --without-readline \ - $(if $(CONFIG_PACKAGE_cal)$(CONFIG_PACKAGE_cfdisk)$(CONFIG_PACKAGE_setterm),--with-ncursesw,--without-ncurses) + $(if $(CONFIG_PACKAGE_cal)$(CONFIG_PACKAGE_cfdisk)$(CONFIG_PACKAGE_setterm),--with-ncurses,--without-ncurses) TARGET_CFLAGS += $(FPIC) -std=gnu99 |