From 5dc5513ff17822f5ef092852476a901bab47b4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Mon, 20 Apr 2009 12:09:24 +0200 Subject: bitbake.conf, lib_package.bbclass: fix missing '$' in previous commit --- conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 41e9c051eb..9c4efe3c22 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 \ -- cgit v1.2.3