aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/phoneui-shr-theme-neo_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-24 10:54:10 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-24 20:11:45 +0100
commitfd0d1b5f8782fbe62c3f8165aeee44d5945dac67 (patch)
treee8a265d106edf66f0f3cea35e347a53bc48108b1 /recipes/shr/phoneui-shr-theme-neo_git.bb
parentde991f13e6fcdd5022569fdde68b466aaa3db733 (diff)
downloadopenembedded-fd0d1b5f8782fbe62c3f8165aeee44d5945dac67.tar.gz
shr-theme-neo: bump SRCREVS for illume, elementary, phoneui theme, remove last traces of libframeworkd-phonegui-efl-theme-neo even from RSUGGESTS, add idle_screen.edj.neo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr/phoneui-shr-theme-neo_git.bb')
-rw-r--r--recipes/shr/phoneui-shr-theme-neo_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/shr/phoneui-shr-theme-neo_git.bb b/recipes/shr/phoneui-shr-theme-neo_git.bb
index dd2f073f72..b13bb51e69 100644
--- a/recipes/shr/phoneui-shr-theme-neo_git.bb
+++ b/recipes/shr/phoneui-shr-theme-neo_git.bb
@@ -6,7 +6,7 @@ LICENSE = "unknown"
DEPENDS = "edje-native"
RDEPENDS = "libphone-ui-shr"
RSUGGESTS = "e-wm-theme-illume-neo gtk-theme-neo icon-theme-neo elementary-theme-neo"
-SRCREV = "768e6fd9d75bbe48dccd86eba1981d59e14ec9b9"
+SRCREV = "27e2247d7dce9496ee0ea9438b2a4fe8c16819ab"
PV = "0.1+gitr${SRCREV}"
PR = "r0"
@@ -16,10 +16,12 @@ S = "${WORKDIR}/git/phoneui-shr/${PN}"
do_compile() {
${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/. -fd ${S}/. ${S}/neo.edc -o ${S}/neo.edj
+ ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/idle_screen -fd ${S}/idle_screen ${S}/neo.edc -o ${S}/idle_screen.edj.neo
}
do_install() {
install -d ${D}${datadir}/libphone-ui-shr/
install -m 0644 ${S}/neo.edj ${D}${datadir}/libphone-ui-shr/
+ install -m 0644 ${S}/idle_screen.edj.neo ${D}${datadir}/libphone-ui-shr/
install -m 0644 ${S}/config ${D}${datadir}/libphone-ui-shr/
}