aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-07 12:53:48 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-08 09:35:59 +0100
commit8adfaf3ad5ae30f192174b70ef102cf01d31a8a8 (patch)
treefe4eb967beb7b6fe949b00edca09b0122a0c9af3 /meta-efl
parent4f4d52c73dbd723acb0467fdeb9969d33204fa50 (diff)
downloadmeta-openembedded-contrib-8adfaf3ad5ae30f192174b70ef102cf01d31a8a8.tar.gz
places: add autopoint
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/places_svn.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb
index 0abe13823a..103d7204e4 100644
--- a/meta-efl/recipes-efl/e17/places_svn.bb
+++ b/meta-efl/recipes-efl/e17/places_svn.bb
@@ -2,9 +2,13 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35"
PV = "0.1.0+svnr${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
require e-module.inc
+do_configure_prepend() {
+ autopoint || touch config.rpath
+}
+
# Calls /usr/bin/eject for media
RRECOMMENDS_${PN} += "eject"