diff options
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.9.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index e9c8f23c18..44e228d53d 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 = "r61" | 46 | PR = "r62" |
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... |
@@ -200,7 +200,7 @@ CFLAGS_append = " -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY -DRPM_VENDOR_OE" | |||
200 | 200 | ||
201 | LDFLAGS_append_libc-uclibc = "-lrt -lpthread" | 201 | LDFLAGS_append_libc-uclibc = "-lrt -lpthread" |
202 | 202 | ||
203 | 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" | 203 | 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 ${PN}-postinsts" |
204 | 204 | ||
205 | SOLIBS = "5.4.so" | 205 | SOLIBS = "5.4.so" |
206 | 206 | ||
@@ -224,9 +224,11 @@ FILES_${PN} = "${bindir}/rpm \ | |||
224 | ${libdir}/rpm/bin/wget \ | 224 | ${libdir}/rpm/bin/wget \ |
225 | /var/lib/rpm \ | 225 | /var/lib/rpm \ |
226 | /var/cache/rpm \ | 226 | /var/cache/rpm \ |
227 | ${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts \ | ||
228 | " | 227 | " |
229 | 228 | ||
229 | FILES_${PN}-postinsts = "${sysconfdir}/rcS.d/S${POSTINSTALL_INITPOSITION}run-postinsts \ | ||
230 | " | ||
231 | |||
230 | FILES_${PN}-dbg += "${libdir}/rpm/.debug \ | 232 | FILES_${PN}-dbg += "${libdir}/rpm/.debug \ |
231 | ${libdir}/rpm/bin/.debug \ | 233 | ${libdir}/rpm/bin/.debug \ |
232 | " | 234 | " |