* [PATCH v2] patch: use PACKAGECONFIG to ensure correct dependency for xattr
@ 2013-05-22 2:14 Saul Wold
2013-05-22 12:54 ` Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-05-22 2:14 UTC (permalink / raw)
To: openembedded-core
This will enable or disable xattr with the correct dependency
on attr as needed.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/patch/patch_2.7.1.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/patch/patch_2.7.1.bb b/meta/recipes-devtools/patch/patch_2.7.1.bb
index 38df034..16e3cc4 100644
--- a/meta/recipes-devtools/patch/patch_2.7.1.bb
+++ b/meta/recipes-devtools/patch/patch_2.7.1.bb
@@ -9,3 +9,6 @@ SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d6
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
acpaths = "-I ${S}/m4 "
+
+PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)}"
+PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] patch: use PACKAGECONFIG to ensure correct dependency for xattr
2013-05-22 2:14 [PATCH v2] patch: use PACKAGECONFIG to ensure correct dependency for xattr Saul Wold
@ 2013-05-22 12:54 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2013-05-22 12:54 UTC (permalink / raw)
To: openembedded-core
On 5/21/13 9:14 PM, Saul Wold wrote:
> This will enable or disable xattr with the correct dependency
> on attr as needed.
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Looks right. :)
Acked-by: Mark Hatle <mark.hatle@windriver.com>
> ---
> meta/recipes-devtools/patch/patch_2.7.1.bb | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-devtools/patch/patch_2.7.1.bb b/meta/recipes-devtools/patch/patch_2.7.1.bb
> index 38df034..16e3cc4 100644
> --- a/meta/recipes-devtools/patch/patch_2.7.1.bb
> +++ b/meta/recipes-devtools/patch/patch_2.7.1.bb
> @@ -9,3 +9,6 @@ SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d6
> LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>
> acpaths = "-I ${S}/m4 "
> +
> +PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'xattr', 'xattr', '', d)}"
> +PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-22 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 2:14 [PATCH v2] patch: use PACKAGECONFIG to ensure correct dependency for xattr Saul Wold
2013-05-22 12:54 ` Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox