mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
rpm: remove spurious build dependencies
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. (From OE-Core rev: 4f48eeb9396ef904202ab1abeb38ec971feaeb4b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
41cbfd7af6
commit
35c043b42b
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user