diff options
-rw-r--r-- | meta/classes/package_ipk.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 6c1fdaa390..a0b34fa7a5 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" | 11 | OPKGBUILDCMD ??= "opkg-build -Z xz" |
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"]}" |
@@ -307,7 +307,7 @@ addtask do_package_write_ipk_setscene | |||
307 | 307 | ||
308 | python () { | 308 | python () { |
309 | if d.getVar('PACKAGES') != '': | 309 | if d.getVar('PACKAGES') != '': |
310 | deps = ' opkg-utils-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot' | 310 | deps = ' opkg-utils-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot xz-native:do_populate_sysroot' |
311 | d.appendVarFlag('do_package_write_ipk', 'depends', deps) | 311 | d.appendVarFlag('do_package_write_ipk', 'depends', deps) |
312 | d.setVarFlag('do_package_write_ipk', 'fakeroot', "1") | 312 | d.setVarFlag('do_package_write_ipk', 'fakeroot', "1") |
313 | } | 313 | } |