From b900a8135c1ebfb8dbdf01df256ed324d5ec3ee4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 24 Oct 2014 15:56:25 +0100 Subject: gnu-config: Deal with "make clean" breakage gnu-config can't cope with a "make clean" so disable that newly enabled functionality. (From OE-Core rev: 2b0e78267df0ad708a5c15871757ca0db178621f) Signed-off-by: Richard Purdie --- meta/recipes-devtools/gnu-config/gnu-config_20120814.bb | 5 +++++ meta/recipes-devtools/gnu-config/gnu-config_git.bb | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'meta/recipes-devtools/gnu-config') diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb index d67466a..21d24f0 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb @@ -17,6 +17,11 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094" SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b" +# Disable default since make clean doesn't work +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..ef9e323 100644 --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb @@ -17,6 +17,11 @@ SRC_URI = "git://git.sv.gnu.org/config.git \ S = "${WORKDIR}/git" +# Disable default since make clean doesn't work +do_configure () { + : +} + do_compile() { : } -- cgit v1.1