* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa <martin.ja...@gmail.com> --- meta/recipes-devtools/patch/patch.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc index 332b97a..b49226a 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" -- 1.8.3.2 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core