aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-17 14:10:53 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-17 14:10:53 +0200
commitd888942df0788ed46e9b0d5a5ff3e18bbcfdcc7e (patch)
tree19f591edfeca406608bfbd1ea0fc99c5489102c8
parent4d0e919940b34bde4798342b6f5c3c084269ef04 (diff)
downloadopenembedded-d888942df0788ed46e9b0d5a5ff3e18bbcfdcc7e.tar.gz
libphone-ui-shr: add modules to the package
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/shr/libphone-ui-shr_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
index a0922e8e24..b6585b142e 100644
--- a/recipes/shr/libphone-ui-shr_git.bb
+++ b/recipes/shr/libphone-ui-shr_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "SHR default module for the Phone UI daemon"
SECTION = "e/apps"
DEPENDS += " dbus-glib libframeworkd-glib libphone-ui etk evas ecore edje edje-native elementary"
PV = "0.0.0+gitr${SRCPV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "git://shr.bearstech.com/repo/libphone-ui-shr.git;protocol=http;branch=master"
S = "${WORKDIR}/git"
@@ -16,3 +16,4 @@ do_configure_prepend() {
autopoint --force
}
+FILES += "${libdir}/phoneui/modules/*"