diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index 53435f22ae..62bdde85fc 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -11,7 +11,6 @@ TOOLCHAIN_HOST_TASK = "\ | |||
11 | " | 11 | " |
12 | 12 | ||
13 | INHIBIT_DEFAULT_DEPS = "1" | 13 | INHIBIT_DEFAULT_DEPS = "1" |
14 | DEPENDS += "patchelf-native" | ||
15 | 14 | ||
16 | TOOLCHAIN_OUTPUTNAME ?= "${BUILD_ARCH}-nativesdk-libc" | 15 | TOOLCHAIN_OUTPUTNAME ?= "${BUILD_ARCH}-nativesdk-libc" |
17 | 16 | ||
@@ -25,6 +24,8 @@ inherit populate_sdk | |||
25 | deltask install | 24 | deltask install |
26 | deltask package | 25 | deltask package |
27 | 26 | ||
27 | SDK_DEPENDS += "patchelf-native" | ||
28 | |||
28 | SDK_PACKAGING_FUNC = "" | 29 | SDK_PACKAGING_FUNC = "" |
29 | 30 | ||
30 | fakeroot create_sdk_files() { | 31 | fakeroot create_sdk_files() { |