eglibc: Move eglibc-static after eglibc-dev in order
authorKhem Raj <raj.khem@gmail.com>
Fri, 3 Dec 2010 20:02:47 +0000 (12:02 -0800)
committerKhem Raj <raj.khem@gmail.com>
Fri, 3 Dec 2010 20:26:38 +0000 (12:26 -0800)
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>
recipes/eglibc/eglibc-package.bbclass
recipes/eglibc/eglibc.inc

index 637f2b4..b141d42 100644 (file)
@@ -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
index 9415eee..05fcb11 100644 (file)
@@ -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