diff options
| -rw-r--r-- | meta/classes/package_ipk.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 5eb910ca31..508b7dcaff 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
| @@ -8,7 +8,7 @@ IPKGCONF_SDK = "${WORKDIR}/opkg-sdk.conf" | |||
| 8 | PKGWRITEDIRIPK = "${WORKDIR}/deploy-ipks" | 8 | PKGWRITEDIRIPK = "${WORKDIR}/deploy-ipks" |
| 9 | 9 | ||
| 10 | # Program to be used to build opkg packages | 10 | # Program to be used to build opkg packages |
| 11 | OPKGBUILDCMD ??= "opkg-build -Z xz" | 11 | OPKGBUILDCMD ??= 'opkg-build -Z xz -a "--threads 0"' |
| 12 | 12 | ||
| 13 | OPKG_ARGS += "--force_postinstall --prefer-arch-to-version" | 13 | OPKG_ARGS += "--force_postinstall --prefer-arch-to-version" |
| 14 | OPKG_ARGS += "${@['', '--no-install-recommends'][d.getVar("NO_RECOMMENDATIONS") == "1"]}" | 14 | OPKG_ARGS += "${@['', '--no-install-recommends'][d.getVar("NO_RECOMMENDATIONS") == "1"]}" |
