diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-30 17:07:41 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-30 17:15:31 -0200 |
commit | b7983d0f73d568106fdd76f189fcce4da7296752 (patch) | |
tree | 0bc7e3701751fe7fa5f82c8713d2b65b04db91d3 /packages/gnumeric | |
parent | b6220af33a70d96345dea130005ce842eeadfdf5 (diff) |
gnumeric: do not overwrite PACKAGES_DYNAMIC to allow locales to be used
Diffstat (limited to 'packages/gnumeric')
-rw-r--r-- | 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 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 " |