[oe] [meta-efl] places: add autopoint

Khem Raj raj.khem at gmail.com
Wed Dec 7 21:46:03 UTC 2011


On (07/12/11 13:53), Koen Kooi wrote:
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
> ---
>  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"
> -- 
> 1.7.2.5

you could also do

EXTRA_AUTORECONF = ""

which would remove --exclude=autopoint being passed down to autoreconf 

-- 
-Khem




More information about the Openembedded-devel mailing list