From: Otavio Salvador Date: Thu, 30 Oct 2008 19:07:41 +0000 (-0200) Subject: gnumeric: do not overwrite PACKAGES_DYNAMIC to allow locales to be used X-Git-Tag: Release-2010-05/1~5540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7983d0f73d568106fdd76f189fcce4da7296752;p=openembedded.git gnumeric: do not overwrite PACKAGES_DYNAMIC to allow locales to be used --- diff --git a/packages/gnumeric/gnumeric_1.8.3.bb b/packages/gnumeric/gnumeric_1.8.3.bb index 0f70e37d5c..92cdc4c6c9 100644 --- a/packages/gnumeric/gnumeric_1.8.3.bb +++ b/packages/gnumeric/gnumeric_1.8.3.bb @@ -14,7 +14,7 @@ SRC_URI += "file://remove-docs.patch;patch=1" EXTRA_OECONF=" --without-perl " -PACKAGES_DYNAMIC = "gnumeric-plugin-*" +PACKAGES_DYNAMIC += "gnumeric-plugin-*" FILES_${PN}-dbg += "${libdir}/gnumeric/${PV}/plugins/*/.debug" FILES_gnumeric_append = " /usr/lib/libspreadsheet-${PV}.so "