diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-11-26 15:33:55 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:30:31 +0000 |
commit | 54247297816e1d8f97667e662bf00d8fefceb6aa (patch) | |
tree | 01f2de155b6518caa5a357afb813fce7049365fe /meta/recipes-devtools/rpm | |
parent | e3c48c11dbe98958c7564f3fc6dbab36d7037973 (diff) | |
download | openembedded-core-54247297816e1d8f97667e662bf00d8fefceb6aa.tar.gz openembedded-core-54247297816e1d8f97667e662bf00d8fefceb6aa.tar.bz2 openembedded-core-54247297816e1d8f97667e662bf00d8fefceb6aa.zip |
rpm: Move rpmdb_loadcvt from base to dev package
This item is only useful when the various development components are
installed.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index d43599661d..ccf079a694 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -43,7 +43,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native" -PR = "r55" +PR = "r56" # 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... @@ -203,7 +203,6 @@ FILES_${PN} = "${bindir}/rpm \ ${libdir}/rpm/tgpg \ ${libdir}/rpm/macros \ ${libdir}/rpm/rpmpopt \ - ${libdir}/rpm/rpmdb_loadcvt \ ${libdir}/rpm/rpm2cpio \ ${libdir}/rpm/vcheck \ ${libdir}/rpm/helpers \ @@ -237,6 +236,8 @@ FILES_${PN}-libs = "${libdir}/librpm-*.so \ ${libdir}/librpmbuild-*.so \ " +RDEPENDS_${PN}-build += "bash" + FILES_${PN}-build = "${prefix}/src/rpm \ ${bindir}/rpmbuild \ ${libdir}/rpm/brp-* \ @@ -317,6 +318,8 @@ FILES_perl-module-rpm = "${libdir}/perl/*/* \ FILES_perl-module-rpm-dev = "${prefix}/share/man/man3/RPM* \ " +RDEPENDS_${PN}-dev += "bash" + FILES_${PN}-dev = "${includedir}/rpm \ ${libdir}/librpm.la \ ${libdir}/librpm.so \ @@ -332,6 +335,7 @@ FILES_${PN}-dev = "${includedir}/rpm \ ${libdir}/librpmbuild.so \ ${libdir}/rpm/lib/liblua.la \ ${libdir}/pkgconfig/rpm.pc \ + ${libdir}/rpm/rpmdb_loadcvt \ " FILES_${PN}-staticdev = " \ |