]> code.ossystems Code Review - openembedded-core.git/commitdiff
patch: add PACKAGECONFIG for attr
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 21 Jul 2013 13:41:55 +0000 (15:41 +0200)
committerSaul Wold <sgw@linux.intel.com>
Sun, 28 Jul 2013 06:28:26 +0000 (23:28 -0700)
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/patch/patch.inc

index 332b97a85e6d162430ddf1cf49a5fc7af54fa041..b49226a1b22044c6fcbb374382d0778d56e7d780 100644 (file)
@@ -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"