[oe-commits] Michael 'Mickey' Lauer : elementary: packaging updates

git version control git at git.openembedded.org
Mon Mar 15 08:38:32 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: f86ca9a3415a7063e3d60d2d7810ac4928e8c9e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f86ca9a3415a7063e3d60d2d7810ac4928e8c9e6

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Mar 14 20:52:24 2010 +0100

elementary: packaging updates

---

 recipes/efl1/elementary_svn.bb |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/recipes/efl1/elementary_svn.bb b/recipes/efl1/elementary_svn.bb
index db75d52..e3a1e91 100644
--- a/recipes/efl1/elementary_svn.bb
+++ b/recipes/efl1/elementary_svn.bb
@@ -6,32 +6,42 @@ PR = "r7"
 
 inherit efl
 
-EXTRA_OECONF = " \
-	--with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
-	--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+EXTRA_OECONF = "\
+  --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+  --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
 "
 
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/TMP/st;module=elementary;proto=http"
 S = "${WORKDIR}/elementary"
 
-RDEPENDS_${PN} = "elementary-themes"
-RSUGGESTS_${PN} = "elementary-tests"
-
 do_compile_append() {
         sed -i -e s:${STAGING_DIR_TARGET}::g \
                -e s:/${TARGET_SYS}::g \
                   elementary.pc
 }
 
+PACKAGES =+ "${PN}-configs"
+
+RDEPENDS_${PN} = "\
+  elementary-themes \
+  elementary-configs \
+"
+RSUGGESTS_${PN} = "elementary-tests"
+
 FILES_${PN}-themes = "\
   ${datadir}/elementary/themes \
 "
 
+FILES_${PN}-configs = "\
+  ${datadir}/elementary/config \
+"
+
 FILES_${PN}-tests = "\
   ${bindir}/elementary* \
   ${datadir}/elementary/images \
   ${datadir}/elementary/objects \
   ${datadir}/applications/* \
   ${datadir}/icons/* \
+  ${libdir}/elementary/modules/test_entry/* \
 "
 





More information about the Openembedded-commits mailing list