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.

(From OE-Core rev: 7d10af1954aa4f27e3f32b7371a1f2454344bb5f)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-01-27 00:06:32 -08:00 committed by Richard Purdie
parent b92a61956b
commit 8f2bda74e7
1 changed files with 0 additions and 3 deletions

View 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"