From: Martin Jansa Date: Sun, 21 Jul 2013 13:41:55 +0000 (+0200) Subject: patch: add PACKAGECONFIG for attr X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=460acc1990b651e017795cccfe705cfdf4426fad;p=openembedded-core.git patch: add PACKAGECONFIG for attr * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core master rev: 2eb394b6111a7df730e38604e8efe8bce5c1653a) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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"