aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-12-03 12:02:47 -0800
committerKhem Raj <raj.khem@gmail.com>2010-12-03 12:18:11 -0800
commit5d15f2d0f1f553aac1acafcc5f2d140ee3e5f0c0 (patch)
tree6f2aa17aa26670c533c9a23b1d586a152cf92534 /recipes/eglibc
parentb1c7bc4305f500f8facd8f1d96410086f0445463 (diff)
downloadopenembedded-5d15f2d0f1f553aac1acafcc5f2d140ee3e5f0c0.tar.gz
eglibc: Move eglibc-static after eglibc-dev in order
With the current order *nonshared.a ends up in eglibc-static which is not intended. The reorder will ensure that these files go into -dev Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc')
-rw-r--r--recipes/eglibc/eglibc-package.bbclass2
-rw-r--r--recipes/eglibc/eglibc.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/eglibc/eglibc-package.bbclass b/recipes/eglibc/eglibc-package.bbclass
index 637f2b495c..b141d42bd8 100644
--- a/recipes/eglibc/eglibc-package.bbclass
+++ b/recipes/eglibc/eglibc-package.bbclass
@@ -40,7 +40,7 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc"
# Set this to zero if you don't want ldconfig in the output package
USE_LDCONFIG ?= "1"
-PACKAGES = "eglibc-dbg eglibc catchsegv sln nscd ldd localedef eglibc-utils eglibc-pic eglibc-static eglibc-doc eglibc-locale libcidn libmemusage libsegfault eglibc-extra-nss eglibc-thread-db eglibc-pcprofile eglibc-dev"
+PACKAGES = "eglibc-dbg eglibc catchsegv sln nscd ldd localedef eglibc-utils eglibc-pic eglibc-doc eglibc-locale libcidn libmemusage libsegfault eglibc-extra-nss eglibc-thread-db eglibc-pcprofile eglibc-dev eglibc-static"
PACKAGES_DYNAMIC = "glibc-gconv-* glibc-charmap-* glibc-localedata-* glibc-binary-localedata-* eglibc-gconv-* eglibc-charmap-* eglibc-localedata-* eglibc-binary-localedata-* locale-base-*"
INSANE_SKIP_eglibc-dbg = True
diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc
index 9415eee5bb..05fcb11c41 100644
--- a/recipes/eglibc/eglibc.inc
+++ b/recipes/eglibc/eglibc.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.eglibc.org/home"
SECTION = "libs"
PRIORITY = "required"
LICENSE = "LGPL"
-INC_PR = "r16"
+INC_PR = "r17"
# nptl needs unwind support in gcc, which can't be built without glibc.
DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
#this leads to circular deps, so lets not add it yet