mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
@@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user