diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-27 15:24:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 11:09:38 +0000 |
commit | 296617d2055b3c0660dea4f08b2c9054552b2d7c (patch) | |
tree | 2bb4eec9dd733144ec53ea6dcc37de2b0f76354a /meta/recipes-devtools | |
parent | 6870465851388094773fe74bfdf0777d2761ba27 (diff) | |
download | poky-296617d2055b3c0660dea4f08b2c9054552b2d7c.tar.gz |
rpm: replace /usr/lib with ${libdir}
Fix the following warning:
WARNING: QA Issue: rpm: Files/directories were installed but not shipped
/usr/lib64/rpm/bin/api-sanity-checker.pl
(From OE-Core rev: 625c93784940c0dcda4570258acf2183af7ec5f8)
Signed-off-by: Constantin Musca <constantinx.musca@intel.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')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 4 |
1 files changed, 2 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 088fc66754..c916a42d5e 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 = "r60" | 46 | PR = "r61" |
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... |
@@ -445,7 +445,7 @@ do_install_append() { | |||
445 | rm -f ${D}/${libdir}/rpm/bin/pom2spec | 445 | rm -f ${D}/${libdir}/rpm/bin/pom2spec |
446 | 446 | ||
447 | rm -rf ${D}/var/lib/wdj ${D}/var/cache/wdj | 447 | rm -rf ${D}/var/lib/wdj ${D}/var/cache/wdj |
448 | rm -f ${D}/usr/lib/rpm/bin/api-sanity-checker.pl | 448 | rm -f ${D}/${libdir}/rpm/bin/api-sanity-checker.pl |
449 | } | 449 | } |
450 | 450 | ||
451 | do_install_append_class-native() { | 451 | do_install_append_class-native() { |