Hi Richard,

On Friday 24 October 2014 15:56:25 Richard Purdie wrote:
> gnu-config can't cope with a "make clean" so disable that
> newly enabled functionality.
> 
> Signed-off-by: Richard Purdie <[email protected]>
> 
> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
> b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb index
> d67466a..910b612 100644
> --- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
> +++ b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
> @@ -17,6 +17,10 @@ SRC_URI =
> "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV
> SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094"
>  SRC_URI[sha256sum] =
> "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b"
> 
> +do_configure () {
> +     :
> +}
> +
>  do_compile() {
> 
>  }
> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 00fa759..ee1621f
> 100644
> --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
> @@ -17,6 +17,10 @@ SRC_URI = "git://git.sv.gnu.org/config.git \
> 
>  S = "${WORKDIR}/git"
> 
> +do_configure () {
> +     :
> +}
> +
>  do_compile() {
> 
>  }

Would it be worth adding some comments here to explain why these functions are 
being nulled out?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to