aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb')
-rw-r--r--recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb b/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb
new file mode 100644
index 0000000000..9d4d74e90f
--- /dev/null
+++ b/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb
@@ -0,0 +1,19 @@
+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 = "r2"
+
+SRCREV = "917226025c67b75def91e98ea923c2e550474a5b"
+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
+}
+