diff options
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-initial.inc')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-initial.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc index d49ec8a87e..cb50e89226 100644 --- a/meta/recipes-core/eglibc/eglibc-initial.inc +++ b/meta/recipes-core/eglibc/eglibc-initial.inc | |||
@@ -6,6 +6,9 @@ PROVIDES = "virtual/${TARGET_PREFIX}libc-initial" | |||
6 | PACKAGES = "" | 6 | PACKAGES = "" |
7 | PACKAGES_DYNAMIC = "" | 7 | PACKAGES_DYNAMIC = "" |
8 | 8 | ||
9 | STAGINGCC = "gcc-cross-initial" | ||
10 | STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-initial" | ||
11 | |||
9 | do_configure () { | 12 | do_configure () { |
10 | sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure | 13 | sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure |
11 | chmod +x ${S}/configure | 14 | chmod +x ${S}/configure |