]> 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)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Aug 2013 09:39:48 +0000 (10:39 +0100)
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

(From OE-Core master 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>
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"