From: Robert Yang Date: Tue, 27 Jan 2015 08:06:32 +0000 (-0800) Subject: patch 2.5.9: fix unknown-configure-option X-Git-Tag: 2015-4~497 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7d10af1954aa4f27e3f32b7371a1f2454344bb5f;p=openembedded-core.git patch 2.5.9: fix unknown-configure-option 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 --- diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index b49226a1b2..332b97a85e 100644 --- a/meta/recipes-devtools/patch/patch.inc +++ b/meta/recipes-devtools/patch/patch.inc @@ -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"