policycoreutils: add missing gettext dependency
Add missing build dependency to both host and target build. The `msgfmt` is required which is missing without gettext-full. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
86fdc8abed
commit
624298dc27
@ -13,8 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|||||||
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710
|
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710
|
||||||
PKG_HASH:=c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934
|
PKG_HASH:=c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
HOST_BUILD_DEPENDS:=libsemanage/host
|
HOST_BUILD_DEPENDS:=libsemanage/host gettext-full/host
|
||||||
PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam
|
PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam gettext-full/host
|
||||||
|
|
||||||
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
|
||||||
PKG_CPE_ID:=cpe:/a:selinuxproject:policycoreutils
|
PKG_CPE_ID:=cpe:/a:selinuxproject:policycoreutils
|
||||||
|
Loading…
x
Reference in New Issue
Block a user