diff options
Diffstat (limited to 'recipes/shr/libphone-ui-shr_git.bb')
-rw-r--r-- | recipes/shr/libphone-ui-shr_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb new file mode 100644 index 0000000000..240c7f2046 --- /dev/null +++ b/recipes/shr/libphone-ui-shr_git.bb @@ -0,0 +1,20 @@ +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" + +SRC_URI = "git://shr.bearstech.com/repo/libphone-ui-shr.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 +} + +FILES_${PN} += "${libdir}/phoneui/modules/*" +FILES_${PN}-dbg += "${libdir}/phoneui/modules/.debug"
\ No newline at end of file |