aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libeflvala_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-17 14:36:17 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-17 14:36:42 +0200
commit0f5bd8682dce017719a27327227c4b141da25c6e (patch)
tree3ed201628d97496b9e7e6e119e88a81b843a21bf /recipes/freesmartphone/libeflvala_git.bb
parenta9bb0bd17e831a52609c4ef096f6295004fb9e3b (diff)
downloadopenembedded-0f5bd8682dce017719a27327227c4b141da25c6e.tar.gz
libeflvala: bump to 0.0.1.0 and fix Q/A packaging error
Diffstat (limited to 'recipes/freesmartphone/libeflvala_git.bb')
-rw-r--r--recipes/freesmartphone/libeflvala_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/freesmartphone/libeflvala_git.bb b/recipes/freesmartphone/libeflvala_git.bb
index f35c6c6187..9040bbd10a 100644
--- a/recipes/freesmartphone/libeflvala_git.bb
+++ b/recipes/freesmartphone/libeflvala_git.bb
@@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@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"
SRC_URI = "${FREESMARTPHONE_GIT}/libeflvala;protocol=git;branch=master"
@@ -12,5 +12,4 @@ S = "${WORKDIR}/git"
inherit autotools_stage pkgconfig vala
PACKAGES =+ "${PN}-examples"
-FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}"
-
+FILES_${PN}-examples = "${datadir}/libeflvala ${bindir}/*"