On Wed, May 07, 2014 at 11:19:54PM +0200, Petter Mabäcker wrote:
> Fixes [YOCTO #4497]
> 
> Usage of FILESPATH is discouraged, since it can make recipes harder to
> bbappend. Instead FILESEXTRAPATHS should be used to extend the path.
> 
> Signed-off-by: Petter Mabäcker <[email protected]>
> ---
>  .../linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git 
> a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb 
> b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
> index fce4178..4f908c3 100644
> --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
> +++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
> @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931"
>  
>  DEPENDS = "groff-native openjade-native"
>  
> +FILESEXTRAPATHS_prepend := "${THISDIR}/linuxdoc-tools-native:"

Please use

git mv meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native 
meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools

instead

>  
>  SRC_URI = 
> "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \
>             file://disable_sgml2rtf.patch \
> @@ -15,8 +16,6 @@ SRC_URI = 
> "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.
>  SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1"
>  SRC_URI[sha256sum] = 
> "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101"
>  
> -FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/"
> -
>  inherit autotools-brokensep native
>  
>  do_configure () {
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: signature.asc
Description: Digital signature

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to