[oe-commits] Klaus Kurzmann : libeflvala: update from org.oe. dev and move recipe into efl1 where it belongs to

git version control git at git.openembedded.org
Thu Oct 15 13:31:12 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Oct 15 15:31:05 2009 +0200

libeflvala: update from org.oe.dev and move recipe into efl1 where it belongs to

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/{libeflvala => efl1}/libeflvala_git.bb |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/recipes/libeflvala/libeflvala_git.bb b/recipes/efl1/libeflvala_git.bb
similarity index 69%
rename from recipes/libeflvala/libeflvala_git.bb
rename to recipes/efl1/libeflvala_git.bb
index 4e63e29..9040bbd 100644
--- a/recipes/libeflvala/libeflvala_git.bb
+++ b/recipes/efl1/libeflvala_git.bb
@@ -3,16 +3,13 @@ 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}"
+PV = "0.0.1.0+gitr${SRCREV}"
 PR = "r0"
 
-#don't need examples for building vala programs
-EXTRA_OECONF = "--disable-examples --disable-library"
-
 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}"
\ No newline at end of file
+FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*"





More information about the Openembedded-commits mailing list