[oe-commits] Koen Kooi : places: add autopoint

git at git.openembedded.org git at git.openembedded.org
Thu Dec 8 08:41:06 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 8adfaf3ad5ae30f192174b70ef102cf01d31a8a8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8adfaf3ad5ae30f192174b70ef102cf01d31a8a8

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Dec  7 12:53:48 2011 +0000

places: add autopoint

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/places_svn.bb |    6 +++++-
 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 0abe138..103d720 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"





More information about the Openembedded-commits mailing list