diff options
Diffstat (limited to 'recipes/shr/libframeworkd-phonegui-efl_git.bb')
-rw-r--r-- | recipes/shr/libframeworkd-phonegui-efl_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/shr/libframeworkd-phonegui-efl_git.bb b/recipes/shr/libframeworkd-phonegui-efl_git.bb index f8adabf415..c4181cf345 100644 --- a/recipes/shr/libframeworkd-phonegui-efl_git.bb +++ b/recipes/shr/libframeworkd-phonegui-efl_git.bb @@ -3,8 +3,10 @@ HOMEPAGE = "http://shr-project.org/" LICENSE = "GPL" SECTION = "e/apps" DEPENDS += " dbus-glib libframeworkd-glib libframeworkd-phonegui etk evas ecore edje edje-native elementary" -PV = "0.0.2+gitr${SRCREV}" -PR = "r33" +PV = "0.0.3+gitr${SRCPV}" +PR = "r35" + +require libframeworkd-phonegui-efl-theme.inc inherit pkgconfig autotools autotools_stage @@ -14,6 +16,7 @@ S = "${WORKDIR}/git/${PN}" EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" do_configure_prepend() { + sed -i "s|^filesdir = \$(datadir)/libframeworkd-phonegui-efl/|filesdir = \$(datadir)/libframeworkd-phonegui-efl.${PN}|g" data/Makefile.am autopoint --force } |