gnu-config can't cope with a "make clean" so disable that
newly enabled functionality.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094"
SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b"
+# Disable default since make clean doesn't work
+do_configure () {
+ :
+}
+
do_compile() {
:
}
S = "${WORKDIR}/git"
+# Disable default since make clean doesn't work
+do_configure () {
+ :
+}
+
do_compile() {
:
}