summaryrefslogtreecommitdiff
path: root/recipes/shr/libframeworkd-phonegui-efl2_git.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-17 21:21:29 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-17 21:24:30 +0000
commit4884db8974dd9d3e157d9692d10266384ad5e5b7 (patch)
tree9a2279e81c77b4b91c984f14dcbdac1b067379b7 /recipes/shr/libframeworkd-phonegui-efl2_git.bb
parent0bea79bae67c907cfad13b62c2df51b280d9b83d (diff)
libframeworkd-phonegui*: Abstraction libs for fso and efl (from SHR)
Diffstat (limited to 'recipes/shr/libframeworkd-phonegui-efl2_git.bb')
-rw-r--r--recipes/shr/libframeworkd-phonegui-efl2_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/shr/libframeworkd-phonegui-efl2_git.bb b/recipes/shr/libframeworkd-phonegui-efl2_git.bb
new file mode 100644
index 0000000000..207658f807
--- /dev/null
+++ b/recipes/shr/libframeworkd-phonegui-efl2_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "frameworkd EFL phonegui 2"
+SECTION = "e/apps"
+DEPENDS += " dbus-glib libframeworkd-glib libframeworkd-phonegui etk evas ecore edje edje-native elementary"
+PV = "0.0.1+gitr${SRCREV}"
+PR = "r1"
+
+SRC_URI = "git://shr.bearstech.com/repo/libframeworkd-phonegui-efl2.git;protocol=http;branch=master"
+S = "${WORKDIR}/git"
+
+inherit pkgconfig autotools autotools_stage
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+
+do_configure_prepend() {
+ autopoint --force
+}
+