[oe-commits] Michael 'Mickey' Lauer : elementary: fix QA in packaging and submit necessary path to edje compiler

GIT User account git at amethyst.openembedded.net
Tue Feb 24 19:15:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ceb7e56980c97720aeaf06be52944b346ae6d74f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ceb7e56980c97720aeaf06be52944b346ae6d74f

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Feb 23 02:45:05 2009 +0100

elementary: fix QA in packaging and submit necessary path to edje compiler

---

 packages/efl1/elementary_svn.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/packages/efl1/elementary_svn.bb b/packages/efl1/elementary_svn.bb
index eb880ae..82a099f 100644
--- a/packages/efl1/elementary_svn.bb
+++ b/packages/efl1/elementary_svn.bb
@@ -2,16 +2,17 @@ DESCRIPTION = "EFL based widget set for mobile devices"
 LICENSE = "LGPL"
 DEPENDS = "evas ecore edje eet edbus"
 PV = "0.0.0+svnr${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 inherit efl
 
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/TMP/st;module=elementary;proto=http"
 S = "${WORKDIR}/elementary"
-PACKAGES =+ "${PN}-tests"
 
-RDEPENDS = "elementary-themes"
-RRECOMMENDS = "elementary-tests"
+RDEPENDS_${PN} = "elementary-themes"
+RRECOMMENDS_${PN} = "elementary-tests"
 
 do_compile_append() {
         sed -i -e s:${STAGING_DIR_TARGET}::g \





More information about the Openembedded-commits mailing list