All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] diffutils: fix libc overrides
@ 2011-05-18 13:44 Koen Kooi
  2011-05-18 13:44 ` [PATCH 2/5] findutils: " Koen Kooi
  2011-05-20  1:02 ` [PATCH 1/5] diffutils: " Saul Wold
  0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2011-05-18 13:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-extended/diffutils/diffutils_2.8.1.bb |    2 +-
 meta/recipes-extended/diffutils/diffutils_3.0.bb   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
index 9489b35..0fb3a31 100644
--- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
+++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
@@ -20,7 +20,7 @@ inherit autotools update-alternatives gettext
 # standard functionality.  regex.c actually breaks compilation
 # because it uses __mempcpy, there are other things (TBD:
 # see diffutils.mk in buildroot)
-EXTRA_OECONF_linux-uclibc = "--without-included-regex"
+EXTRA_OECONF_libc-uclibc = "--without-included-regex"
 
 ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
 ALTERNATIVE_PRIORITY = "100"
diff --git a/meta/recipes-extended/diffutils/diffutils_3.0.bb b/meta/recipes-extended/diffutils/diffutils_3.0.bb
index 427efdf..ecff5cc 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.0.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.0.bb
@@ -16,7 +16,7 @@ inherit autotools update-alternatives gettext
 # standard functionality.  regex.c actually breaks compilation
 # because it uses __mempcpy, there are other things (TBD:
 # see diffutils.mk in buildroot)
-EXTRA_OECONF_linux-uclibc = "--without-included-regex"
+EXTRA_OECONF_libc-uclibc = "--without-included-regex"
 
 ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
 ALTERNATIVE_PRIORITY = "100"
-- 
1.6.6.1




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

* [PATCH 2/5] findutils: fix libc overrides
  2011-05-18 13:44 [PATCH 1/5] diffutils: fix libc overrides Koen Kooi
@ 2011-05-18 13:44 ` Koen Kooi
  2011-05-18 13:44   ` [PATCH 3/5] lsof: " Koen Kooi
  2011-05-20  1:02 ` [PATCH 1/5] diffutils: " Saul Wold
  1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-18 13:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-extended/findutils/findutils.inc      |    2 +-
 .../recipes-extended/findutils/findutils_4.2.31.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index 673eada..7a07ad5 100644
--- a/meta/recipes-extended/findutils/findutils.inc
+++ b/meta/recipes-extended/findutils/findutils.inc
@@ -19,4 +19,4 @@ inherit autotools gettext
 # standard functionality.  regex.c actually breaks compilation
 # because it uses __mempcpy, there are other things (TBD:
 # see diffutils.mk in buildroot)
-EXTRA_OECONF_linux-uclibc = "--without-included-regex"
+EXTRA_OECONF_libc-uclibc = "--without-included-regex"
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb
index 3e187b5..0889f0f 100644
--- a/meta/recipes-extended/findutils/findutils_4.2.31.bb
+++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb
@@ -20,7 +20,7 @@ inherit autotools gettext
 # standard functionality.  regex.c actually breaks compilation
 # because it uses __mempcpy, there are other things (TBD:
 # see diffutils.mk in buildroot)
-EXTRA_OECONF_linux-uclibc = "--without-included-regex"
+EXTRA_OECONF_libc-uclibc = "--without-included-regex"
 
 do_install_append () {
 	if [ -e ${D}${bindir}/find ]; then
-- 
1.6.6.1




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

* [PATCH 3/5] lsof: fix libc overrides
  2011-05-18 13:44 ` [PATCH 2/5] findutils: " Koen Kooi
@ 2011-05-18 13:44   ` Koen Kooi
  2011-05-18 13:44     ` [PATCH 4/5] sysstat: " Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-18 13:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-extended/lsof/lsof_4.84.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb
index 960d837..9e76096 100644
--- a/meta/recipes-extended/lsof/lsof_4.84.bb
+++ b/meta/recipes-extended/lsof/lsof_4.84.bb
@@ -23,8 +23,8 @@ python do_unpack () {
 }
 
 export LSOF_OS = "${TARGET_OS}"
-LSOF_OS_linux-uclibc = "linux"
-LSOF_OS_linux-gnueabi = "linux"
+LSOF_OS_libc-uclibc = "linux"
+LSOF_OS_libc-glibc = "linux"
 export LSOF_INCLUDE = "${STAGING_INCDIR}"
 
 do_configure () {
-- 
1.6.6.1




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

* [PATCH 4/5] sysstat: fix libc overrides
  2011-05-18 13:44   ` [PATCH 3/5] lsof: " Koen Kooi
@ 2011-05-18 13:44     ` Koen Kooi
  2011-05-18 13:44       ` [PATCH 5/5] tcp-wrappers: " Koen Kooi
  0 siblings, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2011-05-18 13:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-extended/sysstat/sysstat.inc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index a4cad0e..4756016 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -27,6 +27,4 @@ pkg_postinst_${PN} () {
 FILES_${PN} += "${libdir}/sa"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
-LDFLAGS_append_linux-uclibc = " -lintl"
-LDFLAGS_append_linux-uclibceabi = " -lintl"
-LDFLAGS_append_linux-uclibcspe = " -lintl"
+LDFLAGS_append_libc-uclibc = " -lintl"
-- 
1.6.6.1




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

* [PATCH 5/5] tcp-wrappers: fix libc overrides
  2011-05-18 13:44     ` [PATCH 4/5] sysstat: " Koen Kooi
@ 2011-05-18 13:44       ` Koen Kooi
  0 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2011-05-18 13:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../tcp-wrappers/tcp-wrappers_7.6.bb               |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
index daaa2f7..d5e334e 100644
--- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -71,8 +71,7 @@ EXTRA_OEMAKE = "'CC=${CC}' \
 		'EXTRA_CFLAGS=${CFLAGS} -DSYS_ERRLIST_DEFINED -DHAVE_STRERROR -DHAVE_WEAKSYMS -D_REENTRANT -DINET6=1 -Dss_family=__ss_family -Dss_len=__ss_len'"
 
 EXTRA_OEMAKE_NETGROUP = "-DNETGROUP -DUSE_GETDOMAIN"
-EXTRA_OEMAKE_NETGROUP_linux-uclibc = "-DUSE_GETDOMAIN"
-EXTRA_OEMAKE_NETGROUP_linux-uclibceabi = "-DUSE_GETDOMAIN"
+EXTRA_OEMAKE_NETGROUP_libc-uclibc = "-DUSE_GETDOMAIN"
 
 do_compile () {
 	oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.allow\"' \
-- 
1.6.6.1




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

* Re: [PATCH 1/5] diffutils: fix libc overrides
  2011-05-18 13:44 [PATCH 1/5] diffutils: fix libc overrides Koen Kooi
  2011-05-18 13:44 ` [PATCH 2/5] findutils: " Koen Kooi
@ 2011-05-20  1:02 ` Saul Wold
  1 sibling, 0 replies; 6+ messages in thread
From: Saul Wold @ 2011-05-20  1:02 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On 05/18/2011 06:44 AM, Koen Kooi wrote:
> Signed-off-by: Koen Kooi<koen@dominion.thruhere.net>
> ---
>   meta/recipes-extended/diffutils/diffutils_2.8.1.bb |    2 +-
>   meta/recipes-extended/diffutils/diffutils_3.0.bb   |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
> index 9489b35..0fb3a31 100644
> --- a/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
> +++ b/meta/recipes-extended/diffutils/diffutils_2.8.1.bb
> @@ -20,7 +20,7 @@ inherit autotools update-alternatives gettext
>   # standard functionality.  regex.c actually breaks compilation
>   # because it uses __mempcpy, there are other things (TBD:
>   # see diffutils.mk in buildroot)
> -EXTRA_OECONF_linux-uclibc = "--without-included-regex"
> +EXTRA_OECONF_libc-uclibc = "--without-included-regex"
>
>   ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
>   ALTERNATIVE_PRIORITY = "100"
> diff --git a/meta/recipes-extended/diffutils/diffutils_3.0.bb b/meta/recipes-extended/diffutils/diffutils_3.0.bb
> index 427efdf..ecff5cc 100644
> --- a/meta/recipes-extended/diffutils/diffutils_3.0.bb
> +++ b/meta/recipes-extended/diffutils/diffutils_3.0.bb
> @@ -16,7 +16,7 @@ inherit autotools update-alternatives gettext
>   # standard functionality.  regex.c actually breaks compilation
>   # because it uses __mempcpy, there are other things (TBD:
>   # see diffutils.mk in buildroot)
> -EXTRA_OECONF_linux-uclibc = "--without-included-regex"
> +EXTRA_OECONF_libc-uclibc = "--without-included-regex"
>
>   ALTERNATIVE_LINKS = "${bindir}/diff ${bindir}/cmp"
>   ALTERNATIVE_PRIORITY = "100"

This along with the other 4 were merged into oe-core

Thanks
	Sau!



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

end of thread, other threads:[~2011-05-20  1:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-18 13:44 [PATCH 1/5] diffutils: fix libc overrides Koen Kooi
2011-05-18 13:44 ` [PATCH 2/5] findutils: " Koen Kooi
2011-05-18 13:44   ` [PATCH 3/5] lsof: " Koen Kooi
2011-05-18 13:44     ` [PATCH 4/5] sysstat: " Koen Kooi
2011-05-18 13:44       ` [PATCH 5/5] tcp-wrappers: " Koen Kooi
2011-05-20  1:02 ` [PATCH 1/5] diffutils: " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.