[oe-commits] Michael 'Mickey' Lauer : libeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries

GIT User account git at amethyst.openembedded.net
Wed Apr 8 21:02:27 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 666af4b426adf6696ed6acea7605f980176aea47
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=666af4b426adf6696ed6acea7605f980176aea47

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Mar 21 02:33:51 2009 +0100

libeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries

---

 conf/distro/include/sane-srcrevs.inc     |    1 +
 recipes/freesmartphone/libeflvala_git.bb |   16 ++++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 1ed54ae..c516236 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -74,6 +74,7 @@ SRCREV_pn-illume-theme-freesmartphone ?= "b1b0f6adc59e6f72a3929771058e3750bf181b
 SRCREV_pn-kismet ?= "2285"
 SRCREV_pn-kismet-newcore ?= "2285"
 SRCREV_pn-libcalenabler2 ?= "1410"
+SRCREV_pn-libeflvala ?= "f34ef380ce5c789745b249d96c3f1b7aa04fbd45"
 SRCREV_pn-libefso ?= "60"
 SRCREV_pn-libexalt ?= "78"
 SRCREV_pn-libexalt-dbus ?= "76"
diff --git a/recipes/freesmartphone/libeflvala_git.bb b/recipes/freesmartphone/libeflvala_git.bb
new file mode 100644
index 0000000..f35c6c6
--- /dev/null
+++ b/recipes/freesmartphone/libeflvala_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Vala meets the Enlightenment Foundation Libraries"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
+LICENSE = "LGPL"
+SECTION = "devel"
+DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary"
+PV = "0.0.0.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/libeflvala;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage pkgconfig vala
+
+PACKAGES =+ "${PN}-examples"
+FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}"
+





More information about the Openembedded-commits mailing list