[OE-core] [PATCH] gnu-config: Deal with "make clean" breakage

Paul Eggleton paul.eggleton at linux.intel.com
Fri Oct 24 15:24:11 UTC 2014


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 <richard.purdie at linuxfoundation.org>
> 
> 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



More information about the Openembedded-core mailing list