[oe-commits] Michael 'Mickey' Lauer : libeweather: new recipe; EFL-based weather report library

git version control git at git.openembedded.org
Wed Dec 2 18:57:22 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: eb99a8719f48afcf5dff5d8f853382b9c42b6d48
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eb99a8719f48afcf5dff5d8f853382b9c42b6d48

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Dec  2 01:44:58 2009 +0100

libeweather: new recipe; EFL-based weather report library

---

 conf/distro/include/sane-srcrevs.inc |    1 +
 recipes/efl1/libeweather_svn.bb      |   44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 44db698..a7ebe3e 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -377,6 +377,7 @@ SRCREV_pn-evolve-native ?= "${EFL_SRCREV}"
 SRCREV_pn-evolve ?= "${EFL_SRCREV}"
 SRCREV_pn-gevas2 ?= "${EFL_SRCREV}"
 SRCREV_pn-imlib2 ?= "${EFL_SRCREV}"
+SRCREV_pn-libeweather ?= "${EFL_SRCREV}"
 
 # Enlightenment Bindings
 SRCREV_pn-eflpp ?= "${EFL_SRCREV}"
diff --git a/recipes/efl1/libeweather_svn.bb b/recipes/efl1/libeweather_svn.bb
new file mode 100644
index 0000000..6668f08
--- /dev/null
+++ b/recipes/efl1/libeweather_svn.bb
@@ -0,0 +1,44 @@
+DESCRIPTION = "EFL-based weather widget library"
+LICENSE = "LGPL"
+DEPENDS = "ecore edje"
+PV = "0.0.0+svnr${SRCPV}"
+PR = "r0"
+
+inherit efl
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/PROTO;module=eweather;proto=http"
+S = "${WORKDIR}/eweather"
+
+RSUGGESTS_${PN} = "elementary-tests"
+
+do_compile_append() {
+        sed -i -e s:${STAGING_DIR_TARGET}::g \
+               -e s:/${TARGET_SYS}::g \
+                  eweather.pc
+}
+
+PACKAGES += "${PN}-plugins"
+
+FILES_${PN}-themes = "\
+  ${datadir} \
+"
+
+FILES_${PN}-plugins = "\
+  ${libdir}/eweather/plugins/*.so \
+"
+
+FILES_${PN}-dbg += "\
+  ${libdir}/eweather/plugins/.debug \
+"
+
+FILES_${PN}-dev += "\
+  ${libdir}/eweather/plugins/*.a \
+  ${libdir}/eweather/plugins/*.la \
+"
+
+RRECOMMENDS_${PN} = "\
+  ${PN}-themes \
+  ${PN}-plugins \
+"





More information about the Openembedded-commits mailing list