[oe-commits] Daniele Ricci : libmokosuite: create theme symlink on install_append

git version control git at git.openembedded.org
Thu Dec 16 18:29:06 UTC 2010


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 64ac9c1653d84f47360369deec64eec16cfea9d2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64ac9c1653d84f47360369deec64eec16cfea9d2

Author: Daniele Ricci <daniele.athome at gmail.com>
Date:   Tue Dec  7 07:53:02 2010 +0000

libmokosuite: create theme symlink on install_append

Signed-off-by: Daniele Ricci <daniele.athome at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/mokosuite2/libmokosuite_git.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/mokosuite2/libmokosuite_git.bb b/recipes/mokosuite2/libmokosuite_git.bb
index 8cc40b0..586809b 100644
--- a/recipes/mokosuite2/libmokosuite_git.bb
+++ b/recipes/mokosuite2/libmokosuite_git.bb
@@ -6,6 +6,7 @@ DEPENDS = "elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbu
 SECTION = "misc/utils"
 
 PV = "1.0.99+gitr${SRCPV}"
+PR = "r1"
 SRCREV = "d8e5a780d93ba2c22514502ad9cca0ba66ff7b9d"
 
 SRC_URI = "git://gitorious.org/mokosuite2/libmokosuite.git;protocol=git"
@@ -17,3 +18,7 @@ EXTRA_OECONF = " --enable-contactsdb-sqlite --with-edje-cc=${STAGING_BINDIR_NATI
 FILES_${PN} += "${datadir}/mokosuite"
 
 inherit pkgconfig autotools
+
+do_install_append() {
+    ln -s themes/gry.edj ${D}${datadir}/mokosuite/common/theme.edj
+}





More information about the Openembedded-commits mailing list