mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
patch: add PACKAGECONFIG for attr
* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From OE-Core rev: 2eb394b6111a7df730e38604e8efe8bce5c1653a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5fd58bb7f5
commit
6d891358c5
@@ -9,5 +9,8 @@ S = "${WORKDIR}/patch-${PV}"
|
|||||||
|
|
||||||
inherit autotools update-alternatives
|
inherit autotools update-alternatives
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr"
|
||||||
|
|
||||||
ALTERNATIVE_${PN} = "patch"
|
ALTERNATIVE_${PN} = "patch"
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|||||||
Reference in New Issue
Block a user