[oe-commits] [openembedded-core] 14/84: rpm: fix file location of rpm2cpio.real

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 10:28:31 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6e2a270cfdfdd9906a9c415500be49d07c6ba22e
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Thu Oct 27 15:49:46 2016 +0800

    rpm: fix file location of rpm2cpio.real
    
    rpm2cpio is in ${PN}-common, but rpm2cpio.real is in ${PN}. This seperation
    is really weird. Put them both in ${PN}-common.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/rpm/rpm_5.4.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb
index 1332397..85eb5fe 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.16.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.16.bb
@@ -384,10 +384,10 @@ FILES_${PN} =  "${bindir}/rpm \
 		${localstatedir}/lib/wdj \
 		${bindir}/rpm.real \
 		${bindir}/rpmconstant.real \
-		${bindir}/rpm2cpio.real \
 		"
 
 FILES_${PN}-common = "${bindir}/rpm2cpio \
+		${bindir}/rpm2cpio.real \
 		${bindir}/gendiff \
 		${sysconfdir}/rpm \
 		${localstatedir}/spool/repackage \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list