diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-04 14:14:11 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-08 16:57:14 +0100 |
commit | 82380e0d0f73494ec2573921d14e94fb3b633d60 (patch) | |
tree | a210f2bdfabae0083a4e8fdcb4a4e3218531034c /recipes/obsolete/shr/libframeworkd-phonegui-efl_git.bb | |
parent | d2fc55223a375e47c203d777f8517c870ceb5e65 (diff) |
shr: move some obsolete SHR apps to obsolete directory
* with SRCREV moved from sane-srcrevs.inc to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/obsolete/shr/libframeworkd-phonegui-efl_git.bb')
-rw-r--r-- | recipes/obsolete/shr/libframeworkd-phonegui-efl_git.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/obsolete/shr/libframeworkd-phonegui-efl_git.bb b/recipes/obsolete/shr/libframeworkd-phonegui-efl_git.bb new file mode 100644 index 0000000000..34f96923f5 --- /dev/null +++ b/recipes/obsolete/shr/libframeworkd-phonegui-efl_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "frameworkd EFL phonegui" +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.3+gitr${SRCREV}" +PR = "r36" + +require libframeworkd-phonegui-efl-theme.inc + +inherit pkgconfig autotools autotools_stage + +SRCREV = "9d7ca1cecb93022e5b890cd87756ac6f072710ca" +SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master" +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 +} + |