diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-27 00:06:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:28 +0000 |
commit | 8f2bda74e757c27194bdeec061f5f4df551d366b (patch) | |
tree | 4953b551bb8048385c6ef661ca18a364225de5a3 /meta/recipes-devtools/patch/patch.inc | |
parent | b92a61956b7d8762479ebadc8ebaa758e307fb2e (diff) | |
download | poky-8f2bda74e757c27194bdeec061f5f4df551d366b.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/patch/patch.inc')
-rw-r--r-- | meta/recipes-devtools/patch/patch.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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}" | |||
9 | 9 | ||
10 | inherit autotools update-alternatives | 10 | inherit autotools update-alternatives |
11 | 11 | ||
12 | PACKAGECONFIG ??= "" | ||
13 | PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr" | ||
14 | |||
15 | ALTERNATIVE_${PN} = "patch" | 12 | ALTERNATIVE_${PN} = "patch" |
16 | ALTERNATIVE_PRIORITY = "100" | 13 | ALTERNATIVE_PRIORITY = "100" |