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:31:03 +0000 |
commit | a6c86d166481984bd685ee732f9b9626eaa058ad (patch) | |
tree | 98ac2b8acf17b38319740afece99358e354bad8d /meta/recipes-devtools/rpm | |
parent | 140c7c810d8252990f27bd7bde89e0e96cd569b2 (diff) | |
download | poky-a6c86d166481984bd685ee732f9b9626eaa058ad.tar.gz |
rpm: Move rpmdb_loadcvt from base to dev package
This item is only useful when the various development components are
installed.
(From OE-Core rev: 54247297816e1d8f97667e662bf00d8fefceb6aa)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
43 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" | 43 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" |
44 | 44 | ||
45 | DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native" | 45 | DEPENDS = "libpcre attr acl popt ossp-uuid file bison-native" |
46 | PR = "r55" | 46 | PR = "r56" |
47 | 47 | ||
48 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed | 48 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed |
49 | # in order to extract the distribution SRPM into a format we can extract... | 49 | # in order to extract the distribution SRPM into a format we can extract... |
@@ -203,7 +203,6 @@ FILES_${PN} = "${bindir}/rpm \ | |||
203 | ${libdir}/rpm/tgpg \ | 203 | ${libdir}/rpm/tgpg \ |
204 | ${libdir}/rpm/macros \ | 204 | ${libdir}/rpm/macros \ |
205 | ${libdir}/rpm/rpmpopt \ | 205 | ${libdir}/rpm/rpmpopt \ |
206 | ${libdir}/rpm/rpmdb_loadcvt \ | ||
207 | ${libdir}/rpm/rpm2cpio \ | 206 | ${libdir}/rpm/rpm2cpio \ |
208 | ${libdir}/rpm/vcheck \ | 207 | ${libdir}/rpm/vcheck \ |
209 | ${libdir}/rpm/helpers \ | 208 | ${libdir}/rpm/helpers \ |
@@ -237,6 +236,8 @@ FILES_${PN}-libs = "${libdir}/librpm-*.so \ | |||
237 | ${libdir}/librpmbuild-*.so \ | 236 | ${libdir}/librpmbuild-*.so \ |
238 | " | 237 | " |
239 | 238 | ||
239 | RDEPENDS_${PN}-build += "bash" | ||
240 | |||
240 | FILES_${PN}-build = "${prefix}/src/rpm \ | 241 | FILES_${PN}-build = "${prefix}/src/rpm \ |
241 | ${bindir}/rpmbuild \ | 242 | ${bindir}/rpmbuild \ |
242 | ${libdir}/rpm/brp-* \ | 243 | ${libdir}/rpm/brp-* \ |
@@ -317,6 +318,8 @@ FILES_perl-module-rpm = "${libdir}/perl/*/* \ | |||
317 | FILES_perl-module-rpm-dev = "${prefix}/share/man/man3/RPM* \ | 318 | FILES_perl-module-rpm-dev = "${prefix}/share/man/man3/RPM* \ |
318 | " | 319 | " |
319 | 320 | ||
321 | RDEPENDS_${PN}-dev += "bash" | ||
322 | |||
320 | FILES_${PN}-dev = "${includedir}/rpm \ | 323 | FILES_${PN}-dev = "${includedir}/rpm \ |
321 | ${libdir}/librpm.la \ | 324 | ${libdir}/librpm.la \ |
322 | ${libdir}/librpm.so \ | 325 | ${libdir}/librpm.so \ |
@@ -332,6 +335,7 @@ FILES_${PN}-dev = "${includedir}/rpm \ | |||
332 | ${libdir}/librpmbuild.so \ | 335 | ${libdir}/librpmbuild.so \ |
333 | ${libdir}/rpm/lib/liblua.la \ | 336 | ${libdir}/rpm/lib/liblua.la \ |
334 | ${libdir}/pkgconfig/rpm.pc \ | 337 | ${libdir}/pkgconfig/rpm.pc \ |
338 | ${libdir}/rpm/rpmdb_loadcvt \ | ||
335 | " | 339 | " |
336 | 340 | ||
337 | FILES_${PN}-staticdev = " \ | 341 | FILES_${PN}-staticdev = " \ |