diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-27 10:07:31 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-28 09:11:53 +0200 |
commit | 256bbbe03128e10d8d0432edfec2c8f203f20f7c (patch) | |
tree | d05ecca03fd77fe9e8d29a9c67f64657b36c791f /recipes/freesmartphone/zhone2_git.bb | |
parent | a23c4cc90bb9505a5a3446790538e65a512bfe40 (diff) |
vala / freesmartphone: vala now also looks in the target directory for vapi files
We can finally inherit autotools now and remove legacy staging
Diffstat (limited to 'recipes/freesmartphone/zhone2_git.bb')
-rw-r--r-- | recipes/freesmartphone/zhone2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/zhone2_git.bb b/recipes/freesmartphone/zhone2_git.bb index 11402b4649..440b922dac 100644 --- a/recipes/freesmartphone/zhone2_git.bb +++ b/recipes/freesmartphone/zhone2_git.bb @@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" HOMEPAGE = "http://www.freesmartphone.org" SECTION = "x11" LICENSE = "GPLv2" -DEPENDS = "edje-native vala-native evas ecore edje libeflvala libfsobasics libfsoframework libfso-glib" +DEPENDS = "edje-native evas ecore edje libeflvala libfsobasics libfsoframework libfso-glib" SRCREV = "1e3dca8a407f4e69636c47d9f22b31f8ae718d5a" PV = "2.0.0+gitr${SRCPV}" PR = "r2" @@ -18,7 +18,7 @@ SRC_URI[splash.md5sum] = "e198d5c83cc47a216562e435df0e03c3" SRC_URI[splash.sha256sum] = "3e41bcf4ea50ab7406d3833e412a78ddb9afaab4b0a8cca1bf93755d1ce9a215" S = "${WORKDIR}/git/zhone2" -inherit autotools_stage update-rc.d +inherit autotools update-rc.d vala INITSCRIPT_NAME = "zhone2" INITSCRIPT_PARAMS = "defaults 40" |