[oe-commits] Robert Yang : patch 2.5.9: fix unknown-configure-option

git at git.openembedded.org git at git.openembedded.org
Sun Feb 8 08:00:53 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 7d10af1954aa4f27e3f32b7371a1f2454344bb5f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7d10af1954aa4f27e3f32b7371a1f2454344bb5f

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jan 27 00:06:32 2015 -0800

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 at windriver.com>

---

 meta/recipes-devtools/patch/patch.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc
index b49226a..332b97a 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"



More information about the Openembedded-commits mailing list