diff options
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.14.bb | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb index 03a24f08be..75b1ae22cc 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb | |||
| @@ -34,10 +34,6 @@ DESCRIPTION_perl-modules-rpm = "The perl-modules-rpm package contains a module t | |||
| 34 | written in the Perl programming language to use the interface \ | 34 | written in the Perl programming language to use the interface \ |
| 35 | supplied by the RPM Package Manager libraries." | 35 | supplied by the RPM Package Manager libraries." |
| 36 | 36 | ||
| 37 | SUMMARY_perl-module-rpm-dev = "Development components for perl bindings" | ||
| 38 | DESCRIPTION_perl-modules-rpm-dev = "Development items such as man pages for use with the Perl \ | ||
| 39 | language bindings." | ||
| 40 | |||
| 41 | HOMEPAGE = "http://rpm5.org/" | 37 | HOMEPAGE = "http://rpm5.org/" |
| 42 | LICENSE = "LGPLv2.1" | 38 | LICENSE = "LGPLv2.1" |
| 43 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" | 39 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| @@ -211,7 +207,7 @@ CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY -DRPM_VENDOR_OE" | |||
| 211 | 207 | ||
| 212 | LDFLAGS_append_libc-uclibc = "-lrt -lpthread" | 208 | LDFLAGS_append_libc-uclibc = "-lrt -lpthread" |
| 213 | 209 | ||
| 214 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-libs ${PN}-dev ${PN}-staticdev ${PN}-common ${PN}-build python-rpm-dbg python-rpm-staticdev python-rpm-dev python-rpm perl-module-rpm perl-module-rpm-dev ${PN}-locale" | 210 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-libs ${PN}-dev ${PN}-staticdev ${PN}-common ${PN}-build python-rpm perl-module-rpm ${PN}-locale" |
| 215 | 211 | ||
| 216 | SOLIBS = "5.4.so" | 212 | SOLIBS = "5.4.so" |
| 217 | 213 | ||
| @@ -248,6 +244,7 @@ FILES_${PN} = "${bindir}/rpm \ | |||
| 248 | 244 | ||
| 249 | FILES_${PN}-dbg += "${libdir}/rpm/.debug \ | 245 | FILES_${PN}-dbg += "${libdir}/rpm/.debug \ |
| 250 | ${libdir}/rpm/bin/.debug \ | 246 | ${libdir}/rpm/bin/.debug \ |
| 247 | ${libdir}/python*/site-packages/rpm/.debug/_* \ | ||
| 251 | " | 248 | " |
| 252 | 249 | ||
| 253 | FILES_${PN}-common = "${bindir}/rpm2cpio \ | 250 | FILES_${PN}-common = "${bindir}/rpm2cpio \ |
| @@ -341,18 +338,12 @@ RDEPENDS_${PN}-build = "file bash perl" | |||
| 341 | 338 | ||
| 342 | RDEPENDS_python-rpm = "${PN}" | 339 | RDEPENDS_python-rpm = "${PN}" |
| 343 | 340 | ||
| 344 | FILES_python-rpm-dbg = "${libdir}/python*/site-packages/rpm/.debug/_*" | ||
| 345 | FILES_python-rpm-dev = "${libdir}/python*/site-packages/rpm/*.la" | ||
| 346 | FILES_python-rpm-staticdev = "${libdir}/python*/site-packages/rpm/*.a" | ||
| 347 | FILES_python-rpm = "${libdir}/python*/site-packages/rpm" | 341 | FILES_python-rpm = "${libdir}/python*/site-packages/rpm" |
| 348 | PROVIDES += "python-rpm" | 342 | PROVIDES += "python-rpm" |
| 349 | 343 | ||
| 350 | FILES_perl-module-rpm = "${libdir}/perl/*/* \ | 344 | FILES_perl-module-rpm = "${libdir}/perl/*/* \ |
| 351 | " | 345 | " |
| 352 | 346 | ||
| 353 | FILES_perl-module-rpm-dev = "${prefix}/share/man/man3/RPM* \ | ||
| 354 | " | ||
| 355 | |||
| 356 | RDEPENDS_${PN}-dev += "bash" | 347 | RDEPENDS_${PN}-dev += "bash" |
| 357 | 348 | ||
| 358 | FILES_${PN}-dev = "${includedir}/rpm \ | 349 | FILES_${PN}-dev = "${includedir}/rpm \ |
| @@ -381,6 +372,7 @@ FILES_${PN}-staticdev = " \ | |||
| 381 | ${libdir}/librpmmisc.a \ | 372 | ${libdir}/librpmmisc.a \ |
| 382 | ${libdir}/librpmbuild.a \ | 373 | ${libdir}/librpmbuild.a \ |
| 383 | ${libdir}/rpm/lib/liblua.a \ | 374 | ${libdir}/rpm/lib/liblua.a \ |
| 375 | ${libdir}/python*/site-packages/rpm/*.a \ | ||
| 384 | " | 376 | " |
| 385 | 377 | ||
| 386 | do_configure() { | 378 | do_configure() { |
