From 588e21b7a62a44b1c6aeb2310e14838a9b7135fd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 15 Nov 2009 19:32:53 +0100 Subject: shr recipes: switch SRCREV->SRCPV, without PE bump * as shr recipes weren't complete in oe.dev before, so if there was someone already building those before, please rebuild them Signed-off-by: Klaus Kurzmann --- recipes/shr/etk-theme-shr_git.bb | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'recipes/shr/etk-theme-shr_git.bb') diff --git a/recipes/shr/etk-theme-shr_git.bb b/recipes/shr/etk-theme-shr_git.bb index d146765c94..3a324e9728 100644 --- a/recipes/shr/etk-theme-shr_git.bb +++ b/recipes/shr/etk-theme-shr_git.bb @@ -1,22 +1,8 @@ DESCRIPTION = "etk SHR theme" -SECTION = "e/utils" -DEPENDS = "edje-native" LICENSE = "MIT BSD" -PV = "1.1-${EFL_SRCREV}-gitr${SRCREV}" +PV = "1.1.1-${EFL_SRCREV}+gitr${SRCPV}" +PR = "r2" SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" -S = "${WORKDIR}/git/etk/${PN}" - -do_compile() { - ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/. -fd ${S}/. ${S}/default.edc -o ${S}/default.edj -} - -do_install() { - install -d ${D}${datadir}/etk/themes/ - install -m 0644 ${S}/default.edj ${D}${datadir}/etk/themes/ -} - -FILES_${PN} = "${datadir}/etk/themes/default.edj" - - +require etk-theme.inc -- cgit 1.2.3-korg