diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:41:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:09 +0100 |
commit | 6d891358c5fba47dd63642e87edefd247d7f9e68 (patch) | |
tree | 9706da421efc92d34c8d416728c20cb4604181ae | |
parent | 5fd58bb7f5dbd0b94c88c099f9dae47b1ccb1138 (diff) | |
download | poky-6d891358c5fba47dd63642e87edefd247d7f9e68.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/patch/patch.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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}" | |||
9 | 9 | ||
10 | inherit autotools update-alternatives | 10 | inherit autotools update-alternatives |
11 | 11 | ||
12 | PACKAGECONFIG ??= "" | ||
13 | PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr" | ||
14 | |||
12 | ALTERNATIVE_${PN} = "patch" | 15 | ALTERNATIVE_${PN} = "patch" |
13 | ALTERNATIVE_PRIORITY = "100" | 16 | ALTERNATIVE_PRIORITY = "100" |