[oe-commits] Koen Kooi : evas: make splitting magic match PACKAGES_DYNAMIC

GIT User account git at amethyst.openembedded.net
Fri May 8 18:10:18 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May  8 20:04:28 2009 +0200

evas: make splitting magic match PACKAGES_DYNAMIC

---

 recipes/efl1/evas.inc    |    2 +-
 recipes/efl1/evas_svn.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/efl1/evas.inc b/recipes/efl1/evas.inc
index d2a7738..9561cfe 100644
--- a/recipes/efl1/evas.inc
+++ b/recipes/efl1/evas.inc
@@ -20,7 +20,7 @@ python populate_packages_prepend () {
             basedir = bb.data.expand( '${libdir}/evas/modules/%s' % plugin_type, d )
 
             do_split_packages(d, basedir, '^(.*)',
-            output_pattern = 'evas-' + plugin_type[:-1] + "-%s",
+            output_pattern = 'libevas-' + plugin_type[:-1] + "-%s",
             description = 'Evas module %s',
             allow_dirs=True, recursive=False, extra_depends="" )
 }
diff --git a/recipes/efl1/evas_svn.bb b/recipes/efl1/evas_svn.bb
index 02d4cf4..f84bd48 100644
--- a/recipes/efl1/evas_svn.bb
+++ b/recipes/efl1/evas_svn.bb
@@ -1,5 +1,5 @@
 require evas.inc
-PR = "r1"
+PR = "r3"
 
 EXTRA_OECONF = "\
 		--x-includes=${STAGING_INCDIR}/X11  \





More information about the Openembedded-commits mailing list