Merge pull request #679 from kissg1988/shadow
shadow: fix dependency issues
This commit is contained in:
commit
7f5e667f98
1 changed files with 3 additions and 4 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=shadow
|
||||
PKG_VERSION:=4.2.1
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://pkg-shadow.alioth.debian.org/releases
|
||||
|
@ -21,9 +21,8 @@ PKG_FIXUP:=autoreconf
|
|||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
PKG_BUILD_DEPENDS:=libintl libiconv
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
SHADOW_APPLETS := \
|
||||
chage groupadd groupdel groupmod groups passwd su \
|
||||
|
@ -65,7 +64,6 @@ endef
|
|||
|
||||
define Package/shadow-utils
|
||||
$(call Package/shadow/Default)
|
||||
DEPENDS:=+ALL:shadow
|
||||
endef
|
||||
|
||||
define Package/shadow-utils/config
|
||||
|
@ -93,6 +91,7 @@ Package/shadow-utils/description = $(Package/shadow/description)
|
|||
define Package/shadow-common
|
||||
$(call Package/shadow/Default)
|
||||
TITLE:=Shared definitions for the PLD Linux shadow utilities
|
||||
DEPENDS:=$(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||
HIDDEN:=1
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue