diff options
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index 2441380f4e..0df107ddbd 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb | |||
@@ -45,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
45 | DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" | 45 | DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" |
46 | extrarpmdeps = "python perl" | 46 | extrarpmdeps = "python perl" |
47 | extrarpmdeps_virtclass-native = "file-native" | 47 | extrarpmdeps_virtclass-native = "file-native" |
48 | PR = "r34" | 48 | PR = "r35" |
49 | 49 | ||
50 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed | 50 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed |
51 | # in order to extract the distribution SRPM into a format we can extract... | 51 | # in order to extract the distribution SRPM into a format we can extract... |
@@ -174,7 +174,7 @@ EXTRA_OECONF = "--verbose \ | |||
174 | 174 | ||
175 | CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY" | 175 | CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY" |
176 | 176 | ||
177 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-libs ${PN}-dev ${PN}-staticdev ${PN}-common ${PN}-build python-rpm-dbg python-rpm perl-module-rpm perl-module-rpm-dev ${PN}-locale" | 177 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-libs ${PN}-dev ${PN}-staticdev ${PN}-common ${PN}-build python-rpm-dbg python-rpm-staticdev python-rpm perl-module-rpm perl-module-rpm-dev ${PN}-locale" |
178 | 178 | ||
179 | SOLIBS = "5.4.so" | 179 | SOLIBS = "5.4.so" |
180 | 180 | ||
@@ -302,6 +302,7 @@ RDEPENDS_${PN}-build = "file" | |||
302 | #%rpmattr %{_rpmhome}/symclash.* | 302 | #%rpmattr %{_rpmhome}/symclash.* |
303 | 303 | ||
304 | FILES_python-rpm-dbg = "${libdir}/python*/rpm/.debug/_*" | 304 | FILES_python-rpm-dbg = "${libdir}/python*/rpm/.debug/_*" |
305 | FILES_python-rpm-staticdev = "${libdir}/python*/rpm/*.a" | ||
305 | FILES_python-rpm = "${libdir}/python*/rpm" | 306 | FILES_python-rpm = "${libdir}/python*/rpm" |
306 | 307 | ||
307 | FILES_perl-module-rpm = "${libdir}/perl/*/* \ | 308 | FILES_perl-module-rpm = "${libdir}/perl/*/* \ |