elementary-theme-efenniht: update path to shared images
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 25 Oct 2012 08:36:52 +0000 (10:36 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:25:01 +0000 (08:25 -0800)
* moved to images subdirectory in r78304

(From meta-openembedded rev: 8241677dfc083d9f81d30a58e53fc820b7918704)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb

index 8fb2dab..fa635c0 100644 (file)
@@ -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() {