Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] coreutils: add PACKAGECONFIG info for act support
@ 2013-08-14 23:03 Joe Slater
  2013-08-14 23:28 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2013-08-14 23:03 UTC (permalink / raw)
  To: openembedded-core

CQID: 430353

Add configuration data to enable acl support if
it is a distro feature.

Signed-off-by: Joe Slater <jslater@windriver.com>
---
 meta/recipes-core/coreutils/coreutils_6.9.bb |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
index c0778ba..2bdd297 100644
--- a/meta/recipes-core/coreutils/coreutils_6.9.bb
+++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
@@ -8,7 +8,7 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                     file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543"
-PR = "r5"
+PR = "r6"
 DEPENDS_class-native = "gettext-native"
 
 inherit autotools gettext
@@ -32,6 +32,17 @@ SRC_URI_class-native = "${SRC_URI_BASE}"
 SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06"
 SRC_URI[sha256sum] = "89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0"
 
+
+# acl is not a default feature
+#
+PACKAGECONFIG_class-target ??= "${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}"
+PACKAGECONFIG_class-native ??= ""
+
+# with, without, depends, rdepends
+#
+PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
+
+
 # [ gets a special treatment and is not included in this
 bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \
                 env expand expr factor fmt fold groups head hostid id install \
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] coreutils: add PACKAGECONFIG info for act support
  2013-08-14 23:03 [PATCH 1/1] coreutils: add PACKAGECONFIG info for act support Joe Slater
@ 2013-08-14 23:28 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-08-14 23:28 UTC (permalink / raw)
  To: Joe Slater; +Cc: openembedded-core

On 08/14/2013 04:03 PM, Joe Slater wrote:
> CQID: 430353
>
act support or acl support :-)

> Add configuration data to enable acl support if
> it is a distro feature.
>
> Signed-off-by: Joe Slater <jslater@windriver.com>
> ---
>   meta/recipes-core/coreutils/coreutils_6.9.bb |   13 ++++++++++++-
>   1 files changed, 12 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb
> index c0778ba..2bdd297 100644
> --- a/meta/recipes-core/coreutils/coreutils_6.9.bb
> +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb
> @@ -8,7 +8,7 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils"
>   LICENSE = "GPLv2+"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
>                       file://src/ls.c;beginline=4;endline=16;md5=15ed60f67b1db5fedd5dbc37cf8a9543"
> -PR = "r5"
> +PR = "r6"

No PR Bumps
>   DEPENDS_class-native = "gettext-native"
>
>   inherit autotools gettext
> @@ -32,6 +32,17 @@ SRC_URI_class-native = "${SRC_URI_BASE}"
>   SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06"
>   SRC_URI[sha256sum] = "89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0"
>
> +
> +# acl is not a default feature
> +#
> +PACKAGECONFIG_class-target ??= "${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}"
> +PACKAGECONFIG_class-native ??= ""
> +
> +# with, without, depends, rdepends
> +#
> +PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
> +
> +
>   # [ gets a special treatment and is not included in this
>   bindir_progs = "base64 basename cksum comm csplit cut dir dircolors dirname du \
>                   env expand expr factor fmt fold groups head hostid id install \
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-14 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 23:03 [PATCH 1/1] coreutils: add PACKAGECONFIG info for act support Joe Slater
2013-08-14 23:28 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox