summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2018-10-05 16:27:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-09 19:04:02 +0100
commitdabb0747482f4085d925cd5af7ba700d06a8615b (patch)
treec9b872039abd805ac71439c37abc17a5fbe056ca /meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb
parentba6e02c195c0edead1ed3a20f4b58bd49c4395bb (diff)
downloadpoky-dabb0747482f4085d925cd5af7ba700d06a8615b.tar.gz
opkg-utils: Add support for pigz
Support explicit use of pigz when compressing the package contents by setting: OPKGBUILDCMD = "opkg-build -Z pigz" (From OE-Core rev: 631e7bb7d02ca9cb9cb66e6b8395b197525cda55) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb
index 0487c5f305..cb3775d9c9 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.3.6.bb
@@ -12,6 +12,7 @@ SRC_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/${BPN}/snapshot/${BPN}-${PV
12 file://0001-Only-use-sort-name-on-versions-of-tar-which-support-.patch \ 12 file://0001-Only-use-sort-name-on-versions-of-tar-which-support-.patch \
13 file://0002-opkg-build-Use-local-time-for-build_date-since-opkg-.patch \ 13 file://0002-opkg-build-Use-local-time-for-build_date-since-opkg-.patch \
14 file://threaded-xz.patch \ 14 file://threaded-xz.patch \
15 file://pigz.patch \
15" 16"
16SRC_URI_append_class-native = " file://tar_ignore_error.patch" 17SRC_URI_append_class-native = " file://tar_ignore_error.patch"
17UPSTREAM_CHECK_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/refs/" 18UPSTREAM_CHECK_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/refs/"