aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/shr/libframeworkd-phonegui-efl_git.bb
blob: 50dc156427c3fcb746ca8a2dd2b285ed6dfda49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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${SRCPV}"
PR = "r36"

require libframeworkd-phonegui-efl-theme.inc

inherit pkgconfig autotools autotools

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
}