diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-22 17:43:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-02 05:52:06 -0700 |
commit | ad23395cd1f6c0cbfcc6980b6071d589f9f6cde0 (patch) | |
tree | 9965e27a93c73af1ccf9cdb24c588faabc90370a /meta/recipes-core | |
parent | 58a8a38aa294edb74dde70d70a7e5faf49444b78 (diff) | |
download | poky-ad23395cd1f6c0cbfcc6980b6071d589f9f6cde0.tar.gz |
nativesdk: Switch to using nativesdk as a prefix, not a suffix
As discussed on the mailing lists, using a suffix to package names is
hard and has lead to many recipes having to do PKGSUFFIX games. Its
looking extremely hard to scale nativesdk much further without hacking
many recipes.
By comparison, using a prefix like multilib does works much better and
doesn't involve "hacking" as many recipes. This change converts nativesdk
to use a prefix using the existing multilib infrastructure.
(From OE-Core rev: 81813c0e322dc04ce4b069117188d8a54dfddb8c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-locale.inc | 15 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc-package.inc | 53 | ||||
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/meta/external-python-tarball.bb | 38 | ||||
-rw-r--r-- | meta/recipes-core/tasks/nativesdk-task-sdk-host.bb (renamed from meta/recipes-core/tasks/task-sdk-host-nativesdk.bb) | 24 |
7 files changed, 65 insertions, 71 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 1984c74c6d..8f35f56d1b 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ | |||
8 | X11DEPENDS = "virtual/libx11 libsm" | 8 | X11DEPENDS = "virtual/libx11 libsm" |
9 | DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}" | 9 | DEPENDS = "expat virtual/libintl ${@base_contains('DISTRO_FEATURES', 'x11', '${X11DEPENDS}', '', d)}" |
10 | DEPENDS_virtclass-native = "expat-native virtual/libintl-native" | 10 | DEPENDS_virtclass-native = "expat-native virtual/libintl-native" |
11 | DEPENDS_virtclass-nativesdk = "expat-nativesdk virtual/libintl-nativesdk virtual/libx11" | 11 | DEPENDS_virtclass-nativesdk = "nativesdk-expat virtual/nativesdk-libintl virtual/libx11" |
12 | 12 | ||
13 | INC_PR = "r3" | 13 | INC_PR = "r3" |
14 | 14 | ||
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc index d6bdcb5f2e..296afdef6e 100644 --- a/meta/recipes-core/eglibc/eglibc-locale.inc +++ b/meta/recipes-core/eglibc/eglibc-locale.inc | |||
@@ -17,7 +17,7 @@ do_compile[noexec] = "1" | |||
17 | 17 | ||
18 | # default to disabled | 18 | # default to disabled |
19 | ENABLE_BINARY_LOCALE_GENERATION ?= "0" | 19 | ENABLE_BINARY_LOCALE_GENERATION ?= "0" |
20 | ENABLE_BINARY_LOCALE_GENERATION_pn-eglibc-locale-nativesdk = "0" | 20 | ENABLE_BINARY_LOCALE_GENERATION_pn-nativesdk-eglibc-locale = "0" |
21 | 21 | ||
22 | #enable locale generation on these arches | 22 | #enable locale generation on these arches |
23 | # BINARY_LOCALE_ARCHES is a space separated list of regular expressions | 23 | # BINARY_LOCALE_ARCHES is a space separated list of regular expressions |
@@ -29,16 +29,13 @@ LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1" | |||
29 | 29 | ||
30 | PR = "r22" | 30 | PR = "r22" |
31 | 31 | ||
32 | PKGSUFFIX = "" | 32 | PROVIDES = "virtual/libc-locale" |
33 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | ||
34 | 33 | ||
35 | PROVIDES = "virtual/libc-locale${PKGSUFFIX}" | 34 | PACKAGES = "localedef ${PN}-dbg" |
36 | |||
37 | PACKAGES = "localedef${PKGSUFFIX} ${PN}-dbg" | ||
38 | 35 | ||
39 | PACKAGES_DYNAMIC = "locale-base-* \ | 36 | PACKAGES_DYNAMIC = "locale-base-* \ |
40 | eglibc-gconv-* eglibc-charmap-* eglibc-localedata-* eglibc-binary-localedata-* \ | 37 | eglibc-gconv-* eglibc-charmap-* eglibc-localedata-* eglibc-binary-localedata-* \ |
41 | glibc-gconv-*${PKGSUFFIX} glibc-charmap-* glibc-localedata-* glibc-binary-localedata-*" | 38 | glibc-gconv-* glibc-charmap-* glibc-localedata-* glibc-binary-localedata-*" |
42 | 39 | ||
43 | # Create a eglibc-binaries package | 40 | # Create a eglibc-binaries package |
44 | ALLOW_EMPTY_${BPN}-binaries = "1" | 41 | ALLOW_EMPTY_${BPN}-binaries = "1" |
@@ -67,7 +64,7 @@ DESCRIPTION_localedef = "eglibc: compile locale definition files" | |||
67 | # Explicitly add ${MLPREFIX} for FILES_eglibc-gconv. | 64 | # Explicitly add ${MLPREFIX} for FILES_eglibc-gconv. |
68 | FILES_${MLPREFIX}eglibc-gconv = "${libdir}/gconv/*" | 65 | FILES_${MLPREFIX}eglibc-gconv = "${libdir}/gconv/*" |
69 | FILES_${PN}-dbg += "${libdir}/gconv/.debug/*" | 66 | FILES_${PN}-dbg += "${libdir}/gconv/.debug/*" |
70 | FILES_localedef${PKGSUFFIX} = "${bindir}/localedef" | 67 | FILES_localedef = "${bindir}/localedef" |
71 | 68 | ||
72 | LOCALETREESRC = "${STAGING_INCDIR}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS}" | 69 | LOCALETREESRC = "${STAGING_INCDIR}/eglibc-locale-internal-${MULTIMACH_TARGET_SYS}" |
73 | 70 | ||
@@ -93,6 +90,6 @@ do_install () { | |||
93 | 90 | ||
94 | inherit libc-package | 91 | inherit libc-package |
95 | 92 | ||
96 | do_install[depends] += "virtual/${MLPREFIX}libc${PKGSUFFIX}:do_populate_sysroot" | 93 | do_install[depends] += "virtual/${MLPREFIX}libc:do_populate_sysroot" |
97 | 94 | ||
98 | BBCLASSEXTEND = "nativesdk" | 95 | BBCLASSEXTEND = "nativesdk" |
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index af784565d4..bd46cb8561 100644 --- a/meta/recipes-core/eglibc/eglibc-package.inc +++ b/meta/recipes-core/eglibc/eglibc-package.inc | |||
@@ -17,47 +17,44 @@ python __anonymous () { | |||
17 | # Set this to zero if you don't want ldconfig in the output package | 17 | # Set this to zero if you don't want ldconfig in the output package |
18 | USE_LDCONFIG ?= "1" | 18 | USE_LDCONFIG ?= "1" |
19 | 19 | ||
20 | PKGSUFFIX = "" | 20 | PACKAGES = "${PN}-dbg catchsegv sln nscd ldd ${PN}-mtrace ${PN}-utils eglibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN} eglibc-extra-nss" |
21 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | ||
22 | |||
23 | PACKAGES = "${PN}-dbg catchsegv${PKGSUFFIX} sln${PKGSUFFIX} nscd${PKGSUFFIX} ldd${PKGSUFFIX} ${PN}-mtrace ${PN}-utils eglibc-thread-db${PKGSUFFIX} ${PN}-pic libcidn${PKGSUFFIX} libmemusage${PKGSUFFIX} libsegfault${PKGSUFFIX} ${PN}-pcprofile libsotruss${PKGSUFFIX} ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN} eglibc-extra-nss${PKGSUFFIX}" | ||
24 | 21 | ||
25 | # The ld.so in this eglibc supports the GNU_HASH | 22 | # The ld.so in this eglibc supports the GNU_HASH |
26 | RPROVIDES_${PN} = "glibc${PKGSUFFIX} rtld(GNU_HASH)" | 23 | RPROVIDES_${PN} = "glibc rtld(GNU_HASH)" |
27 | RPROVIDES_${PN}-utils = "glibc${PKGSUFFIX}-utils" | 24 | RPROVIDES_${PN}-utils = "glibc-utils" |
28 | RPROVIDES_${PN}-mtrace = "glibc${PKGSUFFIX}-mtrace libc-mtrace" | 25 | RPROVIDES_${PN}-mtrace = "glibc-mtrace libc-mtrace" |
29 | RPROVIDES_${PN}-pic = "glibc${PKGSUFFIX}-pic" | 26 | RPROVIDES_${PN}-pic = "glibc-pic" |
30 | RPROVIDES_${PN}-dev = "glibc${PKGSUFFIX}-dev" | 27 | RPROVIDES_${PN}-dev = "glibc-dev" |
31 | RPROVIDES_${PN}-staticdev = "glibc${PKGSUFFIX}-staticdev" | 28 | RPROVIDES_${PN}-staticdev = "glibc-staticdev" |
32 | RPROVIDES_${PN}-doc = "glibc${PKGSUFFIX}-doc" | 29 | RPROVIDES_${PN}-doc = "glibc-doc" |
33 | RPROVIDES_eglibc-extra-nss${PKGSUFFIX} = "glibc-extra-nss${PKGSUFFIX}" | 30 | RPROVIDES_eglibc-extra-nss = "glibc-extra-nss" |
34 | RPROVIDES_eglibc-thread-db${PKGSUFFIX} = "glibc-thread-db${PKGSUFFIX}" | 31 | RPROVIDES_eglibc-thread-db = "glibc-thread-db" |
35 | RPROVIDES_${PN}-pcprofile = "glibc${PKGSUFFIX}-pcprofile" | 32 | RPROVIDES_${PN}-pcprofile = "glibc-pcprofile" |
36 | RPROVIDES_${PN}-dbg = "glibc-dbg${PKGSUFFIX}" | 33 | RPROVIDES_${PN}-dbg = "glibc-dbg" |
37 | libc_baselibs = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so ${base_libdir}/libc.so.* ${base_libdir}/libc-*.so ${base_libdir}/libm*.so.* ${base_libdir}/libm-*.so ${base_libdir}/ld*.so.* ${base_libdir}/ld-*.so ${base_libdir}/libpthread*.so.* ${base_libdir}/libpthread-*.so ${base_libdir}/libresolv*.so.* ${base_libdir}/libresolv-*.so ${base_libdir}/librt*.so.* ${base_libdir}/librt-*.so ${base_libdir}/libutil*.so.* ${base_libdir}/libutil-*.so ${base_libdir}/libnsl*.so.* ${base_libdir}/libnsl-*.so ${base_libdir}/libnss_files*.so.* ${base_libdir}/libnss_files-*.so ${base_libdir}/libnss_compat*.so.* ${base_libdir}/libnss_compat-*.so ${base_libdir}/libnss_dns*.so.* ${base_libdir}/libnss_dns-*.so ${base_libdir}/libdl*.so.* ${base_libdir}/libdl-*.so ${base_libdir}/libanl*.so.* ${base_libdir}/libanl-*.so ${base_libdir}/libBrokenLocale*.so.* ${base_libdir}/libBrokenLocale-*.so" | 34 | libc_baselibs = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so ${base_libdir}/libc.so.* ${base_libdir}/libc-*.so ${base_libdir}/libm*.so.* ${base_libdir}/libm-*.so ${base_libdir}/ld*.so.* ${base_libdir}/ld-*.so ${base_libdir}/libpthread*.so.* ${base_libdir}/libpthread-*.so ${base_libdir}/libresolv*.so.* ${base_libdir}/libresolv-*.so ${base_libdir}/librt*.so.* ${base_libdir}/librt-*.so ${base_libdir}/libutil*.so.* ${base_libdir}/libutil-*.so ${base_libdir}/libnsl*.so.* ${base_libdir}/libnsl-*.so ${base_libdir}/libnss_files*.so.* ${base_libdir}/libnss_files-*.so ${base_libdir}/libnss_compat*.so.* ${base_libdir}/libnss_compat-*.so ${base_libdir}/libnss_dns*.so.* ${base_libdir}/libnss_dns-*.so ${base_libdir}/libdl*.so.* ${base_libdir}/libdl-*.so ${base_libdir}/libanl*.so.* ${base_libdir}/libanl-*.so ${base_libdir}/libBrokenLocale*.so.* ${base_libdir}/libBrokenLocale-*.so" |
38 | 35 | ||
39 | FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}" | 36 | FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}" |
40 | FILES_ldd${PKGSUFFIX} = "${bindir}/ldd" | 37 | FILES_ldd = "${bindir}/ldd" |
41 | FILES_libsegfault${PKGSUFFIX} = "${base_libdir}/libSegFault*" | 38 | FILES_libsegfault = "${base_libdir}/libSegFault*" |
42 | FILES_libcidn${PKGSUFFIX} = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.so.*" | 39 | FILES_libcidn = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.so.*" |
43 | FILES_libmemusage${PKGSUFFIX} = "${base_libdir}/libmemusage.so" | 40 | FILES_libmemusage = "${base_libdir}/libmemusage.so" |
44 | FILES_eglibc-extra-nss${PKGSUFFIX} = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*" | 41 | FILES_eglibc-extra-nss = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*" |
45 | FILES_sln${PKGSUFFIX} = "/sbin/sln" | 42 | FILES_sln = "/sbin/sln" |
46 | FILES_${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o" | 43 | FILES_${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o" |
47 | FILES_libsotruss${PKGSUFFIX} = "${libdir}/audit/sotruss-lib.so" | 44 | FILES_libsotruss = "${libdir}/audit/sotruss-lib.so" |
48 | FILES_SOLIBSDEV = "${libdir}/lib*${SOLIBSDEV}" | 45 | FILES_SOLIBSDEV = "${libdir}/lib*${SOLIBSDEV}" |
49 | FILES_${PN}-dev += "${bindir}/rpcgen ${libdir}/*_nonshared.a ${base_libdir}/*_nonshared.a ${base_libdir}/*.o ${datadir}/aclocal" | 46 | FILES_${PN}-dev += "${bindir}/rpcgen ${libdir}/*_nonshared.a ${base_libdir}/*_nonshared.a ${base_libdir}/*.o ${datadir}/aclocal" |
50 | FILES_${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a" | 47 | FILES_${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a" |
51 | FILES_nscd${PKGSUFFIX} = "${sbindir}/nscd*" | 48 | FILES_nscd = "${sbindir}/nscd*" |
52 | FILES_${PN}-mtrace = "${bindir}/mtrace" | 49 | FILES_${PN}-mtrace = "${bindir}/mtrace" |
53 | FILES_${PN}-utils = "${bindir}/* ${sbindir}/*" | 50 | FILES_${PN}-utils = "${bindir}/* ${sbindir}/*" |
54 | FILES_${PN}-dbg += "${libexecdir}/*/.debug ${libdir}/audit/.debug" | 51 | FILES_${PN}-dbg += "${libexecdir}/*/.debug ${libdir}/audit/.debug" |
55 | FILES_catchsegv${PKGSUFFIX} = "${bindir}/catchsegv" | 52 | FILES_catchsegv = "${bindir}/catchsegv" |
56 | RDEPENDS_catchsegv${PKGSUFFIX} = "libsegfault" | 53 | RDEPENDS_catchsegv = "libsegfault" |
57 | RDEPENDS_${PN}-utils += "bash" | 54 | RDEPENDS_${PN}-utils += "bash" |
58 | RDEPENDS_${PN}-mtrace += "perl" | 55 | RDEPENDS_${PN}-mtrace += "perl" |
59 | FILES_${PN}-pcprofile = "${base_libdir}/libpcprofile.so" | 56 | FILES_${PN}-pcprofile = "${base_libdir}/libpcprofile.so" |
60 | FILES_eglibc-thread-db${PKGSUFFIX} = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so" | 57 | FILES_eglibc-thread-db = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so" |
61 | RPROVIDES_${PN}-dev += "libc-dev" | 58 | RPROVIDES_${PN}-dev += "libc-dev" |
62 | RPROVIDES_${PN}-staticdev += "libc-staticdev" | 59 | RPROVIDES_${PN}-staticdev += "libc-staticdev" |
63 | 60 | ||
@@ -65,8 +62,8 @@ SUMMARY_sln = "The static ln." | |||
65 | DESCRIPTION_sln = "Similar to the 'ln' utility, but statically linked. sln is useful to make symbolic links to dynamic libraries if the dynamic linking system, for some reason, is not functional." | 62 | DESCRIPTION_sln = "Similar to the 'ln' utility, but statically linked. sln is useful to make symbolic links to dynamic libraries if the dynamic linking system, for some reason, is not functional." |
66 | SUMMARY_nscd = "Name service cache daemon" | 63 | SUMMARY_nscd = "Name service cache daemon" |
67 | DESCRIPTION_nscd = "nscd, name service cache daemon, caches name service lookups for the passwd, group and hosts information. It can damatically improvide performance with remote, such as NIS or NIS+, name services." | 64 | DESCRIPTION_nscd = "nscd, name service cache daemon, caches name service lookups for the passwd, group and hosts information. It can damatically improvide performance with remote, such as NIS or NIS+, name services." |
68 | SUMMARY_eglibc-extra-nss${PKGSUFFIX} = "hesiod, NIS and NIS+ nss libraries" | 65 | SUMMARY_eglibc-extra-nss = "hesiod, NIS and NIS+ nss libraries" |
69 | DESCRIPTION_eglibc-extra-nss${PKGSUFFIX} = "eglibc: nis, nisplus and hesiod search services." | 66 | DESCRIPTION_eglibc-extra-nss = "eglibc: nis, nisplus and hesiod search services." |
70 | SUMMARY_ldd = "print shared library dependencies" | 67 | SUMMARY_ldd = "print shared library dependencies" |
71 | DESCRIPTION_ldd = "/usr/bin/ldd prints shared library dependencies for each program or shared library specified on the command line." | 68 | DESCRIPTION_ldd = "/usr/bin/ldd prints shared library dependencies for each program or shared library specified on the command line." |
72 | SUMMARY_${PN}-utils = "Miscellaneous utilities provided by eglibc" | 69 | SUMMARY_${PN}-utils = "Miscellaneous utilities provided by eglibc" |
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb index 7bc97d68d3..3a075d48e8 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb | |||
@@ -5,7 +5,7 @@ PE = "1" | |||
5 | 5 | ||
6 | DEPENDS += "libffi python-argparse-native zlib" | 6 | DEPENDS += "libffi python-argparse-native zlib" |
7 | DEPENDS_virtclass-native += "libffi-native python-argparse-native" | 7 | DEPENDS_virtclass-native += "libffi-native python-argparse-native" |
8 | DEPENDS_virtclass-nativesdk += "libffi-nativesdk python-argparse-native zlib-nativesdk ${BPN}-native" | 8 | DEPENDS_virtclass-nativesdk += "nativesdk-libffi python-argparse-native nativesdk-zlib ${BPN}-native" |
9 | 9 | ||
10 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 10 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
11 | 11 | ||
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 9dca440e80..8b099f223e 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -15,7 +15,7 @@ SECTION = "libs" | |||
15 | 15 | ||
16 | DEPENDS = "glib-2.0-native zip virtual/libiconv" | 16 | DEPENDS = "glib-2.0-native zip virtual/libiconv" |
17 | DEPENDS_virtclass-native = "pkgconfig-native gettext-native" | 17 | DEPENDS_virtclass-native = "pkgconfig-native gettext-native" |
18 | DEPENDS_virtclass-nativesdk = "libtool-nativesdk" | 18 | DEPENDS_virtclass-nativesdk = "nativesdk-libtool" |
19 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" | 19 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" |
20 | 20 | ||
21 | LEAD_SONAME = "libglib-2.0.*" | 21 | LEAD_SONAME = "libglib-2.0.*" |
diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb index e317ba32ca..2085acc223 100644 --- a/meta/recipes-core/meta/external-python-tarball.bb +++ b/meta/recipes-core/meta/external-python-tarball.bb | |||
@@ -16,25 +16,25 @@ SDK_DEPLOY = "${TMPDIR}/deploy/sdk" | |||
16 | IPKG_HOST = "opkg-cl -f ${IPKGCONF_SDK} -o ${SDK_OUTPUT}" | 16 | IPKG_HOST = "opkg-cl -f ${IPKGCONF_SDK} -o ${SDK_OUTPUT}" |
17 | 17 | ||
18 | TOOLCHAIN_HOST_TASK ?= "\ | 18 | TOOLCHAIN_HOST_TASK ?= "\ |
19 | python-nativesdk-core \ | 19 | nativesdk-python-core \ |
20 | python-nativesdk-textutils \ | 20 | nativesdk-python-textutils \ |
21 | python-nativesdk-sqlite3 \ | 21 | nativesdk-python-sqlite3 \ |
22 | python-nativesdk-pickle \ | 22 | nativesdk-python-pickle \ |
23 | python-nativesdk-logging \ | 23 | nativesdk-python-logging \ |
24 | python-nativesdk-elementtree \ | 24 | nativesdk-python-elementtree \ |
25 | python-nativesdk-curses \ | 25 | nativesdk-python-curses \ |
26 | python-nativesdk-compile \ | 26 | nativesdk-python-compile \ |
27 | python-nativesdk-compiler \ | 27 | nativesdk-python-compiler \ |
28 | python-nativesdk-fcntl \ | 28 | nativesdk-python-fcntl \ |
29 | python-nativesdk-shell \ | 29 | nativesdk-python-shell \ |
30 | python-nativesdk-misc \ | 30 | nativesdk-python-misc \ |
31 | python-nativesdk-multiprocessing \ | 31 | nativesdk-python-multiprocessing \ |
32 | python-nativesdk-subprocess \ | 32 | nativesdk-python-subprocess \ |
33 | python-nativesdk-xmlrpc \ | 33 | nativesdk-python-xmlrpc \ |
34 | python-nativesdk-netclient \ | 34 | nativesdk-python-netclient \ |
35 | python-nativesdk-netserver \ | 35 | nativesdk-python-netserver \ |
36 | python-nativesdk-distutils \ | 36 | nativesdk-python-distutils \ |
37 | chrpath-nativesdk \ | 37 | nativesdk-chrpath \ |
38 | " | 38 | " |
39 | 39 | ||
40 | TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" | 40 | TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" |
diff --git a/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb b/meta/recipes-core/tasks/nativesdk-task-sdk-host.bb index 920f359eea..ea054bc9c9 100644 --- a/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb +++ b/meta/recipes-core/tasks/nativesdk-task-sdk-host.bb | |||
@@ -15,21 +15,21 @@ inherit nativesdk | |||
15 | PACKAGES = "${PN}" | 15 | PACKAGES = "${PN}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | pkgconfig-nativesdk \ | 18 | nativesdk-pkgconfig \ |
19 | qemu-nativesdk \ | 19 | nativesdk-qemu \ |
20 | qemu-helper-nativesdk \ | 20 | nativesdk-qemu-helper \ |
21 | pseudo-nativesdk \ | 21 | nativesdk-pseudo \ |
22 | unfs-server-nativesdk \ | 22 | nativesdk-unfs-server \ |
23 | opkg-nativesdk \ | 23 | nativesdk-opkg \ |
24 | libtool-nativesdk \ | 24 | nativesdk-libtool \ |
25 | autoconf-nativesdk \ | 25 | nativesdk-autoconf \ |
26 | automake-nativesdk \ | 26 | nativesdk-automake \ |
27 | " | 27 | " |
28 | 28 | ||
29 | RDEPENDS_${PN}_darwin8 = "\ | 29 | RDEPENDS_${PN}_darwin8 = "\ |
30 | odcctools-cross-canadian \ | 30 | odcctools-cross-canadian \ |
31 | llvm-cross-canadian \ | 31 | llvm-cross-canadian \ |
32 | pkgconfig-nativesdk \ | 32 | nativesdk-pkgconfig \ |
33 | opkg-nativesdk \ | 33 | nativesdk-opkg \ |
34 | libtool-nativesdk \ | 34 | nativesdk-libtool \ |
35 | " | 35 | " |