mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
rpm: Add base-files as RDEPENDS
This solves a problem when installing rpm using the ipk pkg-management system where /var/cache was conflicting with the existing /var/cache from base-files. (From OE-Core rev: 917f57cbb0906996661eebc6656c2c083ef979e9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f32785ae06
commit
4d7fb79eef
@@ -43,7 +43,7 @@ LICENSE = "LGPLv2.1"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||||
|
|
||||||
DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native"
|
DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native"
|
||||||
PR = "r47"
|
PR = "r48"
|
||||||
|
|
||||||
# rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed
|
# rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed
|
||||||
# in order to extract the distribution SRPM into a format we can extract...
|
# in order to extract the distribution SRPM into a format we can extract...
|
||||||
@@ -294,6 +294,8 @@ FILES_${PN}-build = "${prefix}/src/rpm \
|
|||||||
${libdir}/rpm/vpkg-provides2.sh \
|
${libdir}/rpm/vpkg-provides2.sh \
|
||||||
${libdir}/rpm/perfile_rpmdeps.sh \
|
${libdir}/rpm/perfile_rpmdeps.sh \
|
||||||
"
|
"
|
||||||
|
RDEPENDS_${PN} = "base-files"
|
||||||
|
RDEPENDS_${PN}_class-native = ""
|
||||||
RDEPENDS_${PN}-build = "file"
|
RDEPENDS_${PN}-build = "file"
|
||||||
|
|
||||||
FILES_python-rpm-dbg = "${libdir}/python*/rpm/.debug/_*"
|
FILES_python-rpm-dbg = "${libdir}/python*/rpm/.debug/_*"
|
||||||
|
|||||||
Reference in New Issue
Block a user