diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-07 12:53:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-08 09:35:59 +0100 |
commit | 8adfaf3ad5ae30f192174b70ef102cf01d31a8a8 (patch) | |
tree | fe4eb967beb7b6fe949b00edca09b0122a0c9af3 /meta-efl | |
parent | 4f4d52c73dbd723acb0467fdeb9969d33204fa50 (diff) | |
download | meta-openembedded-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.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 0abe13823..103d7204e 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" | |||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" |
3 | 3 | ||
4 | PV = "0.1.0+svnr${SRCPV}" | 4 | PV = "0.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | 6 | ||
7 | require e-module.inc | 7 | require e-module.inc |
8 | 8 | ||
9 | do_configure_prepend() { | ||
10 | autopoint || touch config.rpath | ||
11 | } | ||
12 | |||
9 | # Calls /usr/bin/eject for media | 13 | # Calls /usr/bin/eject for media |
10 | RRECOMMENDS_${PN} += "eject" | 14 | RRECOMMENDS_${PN} += "eject" |