diff options
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 7f2692c51a..c66de8c787 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -28,7 +28,7 @@ PACKAGE_ARCHS = "${SDK_PACKAGE_ARCHS}" | |||
28 | # We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit | 28 | # We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit |
29 | # binaries | 29 | # binaries |
30 | # | 30 | # |
31 | DEPENDS_append = " chrpath-replacement-native" | 31 | DEPENDS:append = " chrpath-replacement-native" |
32 | EXTRANATIVEPATH += "chrpath-native" | 32 | EXTRANATIVEPATH += "chrpath-native" |
33 | 33 | ||
34 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${SDK_SYS}" | 34 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${SDK_SYS}" |