[oe-commits] Jeremy Lainé : bitbake.conf, lib_package.bbclass: fix missing '$' in previous commit

GIT User account git at amethyst.openembedded.net
Mon Apr 20 10:13:30 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5dc5513ff17822f5ef092852476a901bab47b4a6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5dc5513ff17822f5ef092852476a901bab47b4a6

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Apr 20 12:09:24 2009 +0200

bitbake.conf, lib_package.bbclass: fix missing '$' in previous commit

---

 classes/lib_package.bbclass |    2 +-
 conf/bitbake.conf           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/lib_package.bbclass b/classes/lib_package.bbclass
index f866d10..788b7bb 100644
--- a/classes/lib_package.bbclass
+++ b/classes/lib_package.bbclass
@@ -5,7 +5,7 @@ PACKAGES += "${PN}-bin"
 # libproc-3.2.7.so
 FILES_${PN} = "${libexecdir} ${libdir}/lib*${SOLIBS} \
 	    ${sysconfdir} ${sharedstatedir} ${localstatedir} \
-	    ${base_libdir}/*${SOLIBS} ${base_libdir}/*{SOLIBSDEV} \
+	    ${base_libdir}/*${SOLIBS} ${base_libdir}/*${SOLIBSDEV} \
 	    ${datadir}/${PN} ${libdir}/${PN}"
 FILES_${PN}-dev = "${includedir} ${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la \
 		${libdir}/*.a ${libdir}/pkgconfig /lib/*.a /lib/*.o \
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 41e9c05..9c4efe3 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -217,7 +217,7 @@ FILES = ""
 FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \
             ${sysconfdir} ${sharedstatedir} ${localstatedir} \
             ${base_bindir}/* ${base_sbindir}/* \
-            ${base_libdir}/*${SOLIBS} ${base_libdir}/*{SOLIBSDEV} \
+            ${base_libdir}/*${SOLIBS} ${base_libdir}/*${SOLIBSDEV} \
             ${datadir}/${PN} ${libdir}/${PN}/* \
             ${datadir}/pixmaps ${datadir}/applications \
             ${datadir}/idl ${datadir}/omf ${datadir}/sounds \





More information about the Openembedded-commits mailing list