diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-10-27 15:49:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:32 +0000 |
commit | 4c0d288642b329f5b5998b406ba5f89ec36db6ed (patch) | |
tree | 5664d130b5263db98e72a664cb82e19e91bf8b45 /meta/recipes-devtools | |
parent | 0884cb44f56a4e3ed6e263beff8a99ba861cd8e4 (diff) | |
download | poky-4c0d288642b329f5b5998b406ba5f89ec36db6ed.tar.gz |
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.
(From OE-Core rev: 8a0af7e4ae8ba8ce0c7fd2a9f6ab7cc070f47af0)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@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.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb index 1332397120..85eb5fef1e 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 \ | |||
384 | ${localstatedir}/lib/wdj \ | 384 | ${localstatedir}/lib/wdj \ |
385 | ${bindir}/rpm.real \ | 385 | ${bindir}/rpm.real \ |
386 | ${bindir}/rpmconstant.real \ | 386 | ${bindir}/rpmconstant.real \ |
387 | ${bindir}/rpm2cpio.real \ | ||
388 | " | 387 | " |
389 | 388 | ||
390 | FILES_${PN}-common = "${bindir}/rpm2cpio \ | 389 | FILES_${PN}-common = "${bindir}/rpm2cpio \ |
390 | ${bindir}/rpm2cpio.real \ | ||
391 | ${bindir}/gendiff \ | 391 | ${bindir}/gendiff \ |
392 | ${sysconfdir}/rpm \ | 392 | ${sysconfdir}/rpm \ |
393 | ${localstatedir}/spool/repackage \ | 393 | ${localstatedir}/spool/repackage \ |