diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-initial.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-initial_2.16.bb | 9 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.16.bb | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc index 906251633b..1020e402d3 100644 --- a/meta/recipes-core/eglibc/eglibc-initial.inc +++ b/meta/recipes-core/eglibc/eglibc-initial.inc | |||
@@ -8,6 +8,7 @@ PACKAGES_DYNAMIC = "" | |||
8 | 8 | ||
9 | STAGINGCC = "gcc-cross-initial" | 9 | STAGINGCC = "gcc-cross-initial" |
10 | STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial" | 10 | STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial" |
11 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" | ||
11 | 12 | ||
12 | do_configure () { | 13 | do_configure () { |
13 | sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure | 14 | sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure |
diff --git a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb index 787c762609..f6b09ac987 100644 --- a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb +++ b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | require eglibc_${PV}.bb | 1 | require eglibc_${PV}.bb |
2 | require eglibc-initial.inc | 2 | require eglibc-initial.inc |
3 | 3 | ||
4 | do_configure_prepend () { | 4 | # main eglibc recipes muck with TARGET_CPPFLAGS to point into |
5 | unset CFLAGS | 5 | # final target sysroot but we |
6 | } | 6 | # are not there when building eglibc-initial |
7 | # so reset it here | ||
8 | |||
9 | TARGET_CPPFLAGS = "" | ||
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb index b76d94320e..fc3d82bd8c 100644 --- a/meta/recipes-core/eglibc/eglibc_2.16.bb +++ b/meta/recipes-core/eglibc/eglibc_2.16.bb | |||
@@ -3,7 +3,7 @@ require eglibc.inc | |||
3 | SRCREV = "19383" | 3 | SRCREV = "19383" |
4 | 4 | ||
5 | DEPENDS += "gperf-native" | 5 | DEPENDS += "gperf-native" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | PR_append = "+svnr${SRCPV}" | 7 | PR_append = "+svnr${SRCPV}" |
8 | 8 | ||
9 | EGLIBC_BRANCH="eglibc-2_16" | 9 | EGLIBC_BRANCH="eglibc-2_16" |