[oe-commits] Martin Jansa : elementary-theme-efenniht: update path to shared images

git at git.openembedded.org git at git.openembedded.org
Thu Nov 29 10:06:32 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 8241677dfc083d9f81d30a58e53fc820b7918704
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8241677dfc083d9f81d30a58e53fc820b7918704

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Oct 25 10:36:52 2012 +0200

elementary-theme-efenniht: update path to shared images

* moved to images subdirectory in r78304

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../efl/elementary-theme-efenniht_svn.bb           |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb
index 8fb2dab..fa635c0 100644
--- a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb
+++ b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb
@@ -16,6 +16,7 @@ SRCREV_ELM_REV ?= "${EFL_SRCREV}"
 
 SRCREV_FORMAT = "THM_REV"
 PV = "0.0+svnr${SRCPV}"
+PR = "r1"
 
 inherit e-base allarch
 
@@ -26,7 +27,7 @@ SRC_URI += "file://LICENSE"
 S = "${WORKDIR}/${SRCNAME}"
 
 do_compile() {
-    ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images -id ${WORKDIR}/themes/ ${S}/elm-efenniht.edc -o ${S}/elm-efenniht.edj
+    ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/images -id ${WORKDIR}/themes/images ${S}/elm-efenniht.edc -o ${S}/elm-efenniht.edj
 }
 
 do_install() {





More information about the Openembedded-commits mailing list