aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/evas.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/evas.inc')
-rw-r--r--recipes/efl1/evas.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/efl1/evas.inc b/recipes/efl1/evas.inc
index d2a773805d..9561cfedc6 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="" )
}