]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: remove spurious build dependencies
authorRoss Burton <ross.burton@intel.com>
Mon, 19 Oct 2015 21:42:47 +0000 (22:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Oct 2015 21:51:52 +0000 (22:51 +0100)
make, patch and binutils are assumed to exist on the host, so there's no need to
have them in DEPENDS and can result in the building of make-native for no good
reason.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/rpm/rpm_4.11.2.bb

index 210c9433da064016c6881295b6e6a8d44645fd8e..bc36f99e63bb00237bc5abe4b535d10e6ac58b88 100644 (file)
@@ -22,7 +22,7 @@ HOMEPAGE = "http://www.rpm.org"
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
-DEPENDS = "db libxml2 xz findutils file popt nss bzip2 elfutils patch attr zlib acl gzip make binutils python"
+DEPENDS = "db libxml2 xz findutils file popt nss bzip2 elfutils attr zlib acl gzip python"
 
 SRC_URI += "http://rpm.org/releases/rpm-4.11.x/${BP}.tar.bz2 \
             file://use-pkgconfig-for-python.patch \