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-07 18:52:46 +0000 |
commit | 7d10af1954aa4f27e3f32b7371a1f2454344bb5f (patch) | |
tree | 8c917b5deeee2f3e0c5991a0841d6039f4c5a6a5 /meta/recipes-devtools/patch | |
parent | 4546f7c141e0ba0232593f1f9df588da7fe44ce9 (diff) | |
download | openembedded-core-7d10af1954aa4f27e3f32b7371a1f2454344bb5f.tar.gz openembedded-core-7d10af1954aa4f27e3f32b7371a1f2454344bb5f.tar.bz2 openembedded-core-7d10af1954aa4f27e3f32b7371a1f2454344bb5f.zip |
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 <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/patch')
-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}" inherit autotools update-alternatives -PACKAGECONFIG ??= "" -PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr" - ALTERNATIVE_${PN} = "patch" ALTERNATIVE_PRIORITY = "100" |