DESCRIPTION = "SHR default module for the Phone UI daemon" SECTION = "e/apps" DEPENDS += " libphone-ui evas ecore edje edje-native elementary" SRCREV = "e50e9927fac05664bf1d6b1e0d3a953484038495" PE = "1" PV = "0.0.1+gitr${SRCPV}" PR = "r3" SRC_URI = "git://git.shr-project.org/repo/libphone-ui-shr.git;protocol=http;branch=master" S = "${WORKDIR}/git" inherit pkgconfig autotools gettext EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" do_configure_prepend() { autopoint --force } FILES_${PN} += "${libdir}/phoneui/modules/shr.so" FILES_${PN}-dev += "${libdir}/phoneui/modules/*.la" FILES_${PN}-dbg += "${libdir}/phoneui/modules/.debug" FILES_${PN}-static += "${libdir}/phoneui/modules/*.a"