From: Martin Jansa Date: Sun, 21 Jul 2013 13:41:55 +0000 (+0200) Subject: patch: add PACKAGECONFIG for attr X-Git-Tag: 2015-4~5731 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2eb394b6111a7df730e38604e8efe8bce5c1653a;p=openembedded-core.git patch: add PACKAGECONFIG for attr * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index 332b97a85e..b49226a1b2 100644 --- a/meta/recipes-devtools/patch/patch.inc +++ b/meta/recipes-devtools/patch/patch.inc @@ -9,5 +9,8 @@ S = "${WORKDIR}/patch-${PV}" inherit autotools update-alternatives +PACKAGECONFIG ??= "" +PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr" + ALTERNATIVE_${PN} = "patch" ALTERNATIVE_PRIORITY = "100"