[oe-commits] Tom : libphone-ui-shr's recipe now includes only relevant module files

git version control git at git.openembedded.org
Thu Nov 19 07:59:26 UTC 2009


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

Author: Tom <tom at stosb.com>
Date:   Wed Nov 18 20:40:36 2009 +0000

libphone-ui-shr's recipe now includes only relevant module files

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/shr/libphone-ui-shr_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
index 240c7f2..fcc076f 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 = "r2"
+PR = "r3"
 
 SRC_URI = "git://shr.bearstech.com/repo/libphone-ui-shr.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
@@ -16,5 +16,5 @@ do_configure_prepend() {
         autopoint --force
 }
 
-FILES_${PN} += "${libdir}/phoneui/modules/*"
-FILES_${PN}-dbg += "${libdir}/phoneui/modules/.debug"
\ No newline at end of file
+FILES_${PN} += "${libdir}/phoneui/modules/shr.so"
+FILES_${PN}-dbg += "${libdir}/phoneui/modules/.debug"





More information about the Openembedded-commits mailing list