diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-24 15:56:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-30 13:11:51 +0000 |
commit | b900a8135c1ebfb8dbdf01df256ed324d5ec3ee4 (patch) | |
tree | e865229b01d17342128a84911f625ff10c6ff9e9 /meta/recipes-devtools/gnu-config/gnu-config_20120814.bb | |
parent | d5881b7b94b195ad3858d46992ba6edbb2c95f31 (diff) | |
download | poky-b900a8135c1ebfb8dbdf01df256ed324d5ec3ee4.tar.gz |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gnu-config/gnu-config_20120814.bb')
-rw-r--r-- | meta/recipes-devtools/gnu-config/gnu-config_20120814.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb index d67466ae79..21d24f07ee 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 | |||
17 | SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094" | 17 | SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094" |
18 | SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b" | 18 | SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b" |
19 | 19 | ||
20 | # Disable default since make clean doesn't work | ||
21 | do_configure () { | ||
22 | : | ||
23 | } | ||
24 | |||
20 | do_compile() { | 25 | do_compile() { |
21 | : | 26 | : |
22 | } | 27 | } |