[oe-commits] Otavio Salvador : gnumeric: do not overwrite PACKAGES_DYNAMIC to allow locales to be used

GIT User account git at amethyst.openembedded.net
Thu Oct 30 19:21:05 UTC 2008


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Oct 30 17:07:41 2008 -0200

gnumeric: do not overwrite PACKAGES_DYNAMIC to allow locales to be used

---

 packages/gnumeric/gnumeric_1.8.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/gnumeric/gnumeric_1.8.3.bb b/packages/gnumeric/gnumeric_1.8.3.bb
index 0f70e37..92cdc4c 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 "





More information about the Openembedded-commits mailing list