[oe-commits] Saul Wold : rpm: Fix FILE_ -> FILES_ packaging

git at git.openembedded.org git at git.openembedded.org
Fri Mar 16 10:43:55 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1f591ae09a860ae8471c3f9c8f40a4e34f596baf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1f591ae09a860ae8471c3f9c8f40a4e34f596baf

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Mar 15 20:25:45 2012 -0700

rpm: Fix FILE_ -> FILES_ packaging

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-devtools/rpm/rpm_5.4.0.bb |    4 ++--
 1 files changed, 2 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 0df107d..8f2c5e1 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -311,7 +311,7 @@ FILES_perl-module-rpm = "${libdir}/perl/*/* \
 FILES_perl-module-rpm-dev = "${prefix}/share/man/man3/RPM* \
 		"
 
-FILE_${PN}-dev = "${includedir}/rpm \
+FILES_${PN}-dev = "${includedir}/rpm \
 		${libdir}/librpm.la \
 		${libdir}/librpm.so \
 		${libdir}/librpmconstant.la \
@@ -327,7 +327,7 @@ FILE_${PN}-dev = "${includedir}/rpm \
 		${libdir}/pkgconfig/rpm.pc \
 		"
 
-FILE_${PN}-staticdev = " \
+FILES_${PN}-staticdev = " \
 		${libdir}/librpm.a \
 		${libdir}/librpmconstant.a \
 		${libdir}/librpmdb.a \





More information about the Openembedded-commits mailing list