diff options
Diffstat (limited to 'recipes/freesmartphone/libeflvala_git.bb')
-rw-r--r-- | recipes/freesmartphone/libeflvala_git.bb | 5 |
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}/*" |