diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-03 09:29:36 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-03 09:29:36 +0100 |
| commit | 3d7431b71b3308c917ba886d213277874c2610b0 (patch) | |
| tree | 12c71990dff90abe8220efeb3af7f592e87541fc /meta/recipes-core | |
| parent | 7e80c6e446e18437d5a5953d459276b4f799513c (diff) | |
| download | poky-3d7431b71b3308c917ba886d213277874c2610b0.tar.gz | |
eglibc: Set BBCLASSEXTEND to include nativesdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
| -rw-r--r-- | meta/recipes-core/eglibc/eglibc-package.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index 8ee6bba067..01bda10dc1 100644 --- a/meta/recipes-core/eglibc/eglibc-package.inc +++ b/meta/recipes-core/eglibc/eglibc-package.inc | |||
| @@ -28,7 +28,7 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips" | |||
| 28 | # Set this to zero if you don't want ldconfig in the output package | 28 | # Set this to zero if you don't want ldconfig in the output package |
| 29 | USE_LDCONFIG ?= "1" | 29 | USE_LDCONFIG ?= "1" |
| 30 | 30 | ||
| 31 | PACKAGES = "eglibc-dbg eglibc catchsegv sln nscd ldd localedef eglibc-utils eglibc-pic eglibc-dev eglibc-doc eglibc-locale libcidn libmemusage libsegfault eglibc-extra-nss eglibc-thread-db eglibc-pcprofile" | 31 | PACKAGES = "${PN}-dbg ${PN} catchsegv sln nscd ldd localedef ${PN}-utils ${PN}-pic ${PN}-dev eglibc-doc eglibc-locale libcidn libmemusage libsegfault eglibc-extra-nss eglibc-thread-db eglibc-pcprofile" |
| 32 | 32 | ||
| 33 | PACKAGES_DYNAMIC = " \ | 33 | PACKAGES_DYNAMIC = " \ |
| 34 | glibc-gconv-* glibc-charmap-* glibc-localedata-* glibc-binary-localedata-* \ | 34 | glibc-gconv-* glibc-charmap-* glibc-localedata-* glibc-binary-localedata-* \ |
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index f1b84967b4..45e1520792 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb | |||
| @@ -95,3 +95,5 @@ do_compile () { | |||
| 95 | } | 95 | } |
| 96 | 96 | ||
| 97 | require eglibc-package.inc | 97 | require eglibc-package.inc |
| 98 | |||
| 99 | BBCLASSEXTEND = "nativesdk" | ||
