]> code.ossystems Code Review - openembedded-core.git/commitdiff
patch 2.5.9: fix unknown-configure-option
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 27 Jan 2015 08:06:32 +0000 (00:06 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:46 +0000 (18:52 +0000)
Fixed:
WARNING: QA Issue: patch: configure was passed unrecognised options: --disable-xattr [unknown-configure-option]

The patch 2.5.9 doesn't support --disable-xattr, there are already
PACKAGECONFIG and PACKAGECONFIG[attr] in patch_2.7.1.bb, so remove them from
patch.inc to fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/patch/patch.inc

index b49226a1b22044c6fcbb374382d0778d56e7d780..332b97a85e6d162430ddf1cf49a5fc7af54fa041 100644 (file)
@@ -9,8 +9,5 @@ S = "${WORKDIR}/patch-${PV}"
 
 inherit autotools update-alternatives
 
-PACKAGECONFIG ??= ""
-PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr"
-
 ALTERNATIVE_${PN} = "patch"
 ALTERNATIVE_PRIORITY = "100"