summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* createrepo-c: Include missing rpm/rpmstring.hKhem Raj2023-01-152-0/+28
| | | | | | | (From OE-Core rev: b122f4ab5d8750dd64814da0ae7c9035b7620e4c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* quilt: fix intermittent failure in faildiff.testRoss Burton2023-01-152-0/+29
| | | | | | | | | | | | | | | | This test assumes that if a child process writes one line to stderr and then another line to stdout, and stderr is redirected to stdout, that the order the lines will be read is stable. This isn't the case and occasionally the lines will be read in a different order. Change the test to ignore line ordering. [ YOCTO #14469 ] (From OE-Core rev: 1ddbe4d2bd8d8da10dac8a054f130fcd1d242219) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* quilt: rewrite ptest glueRoss Burton2023-01-154-36/+38
| | | | | | | | | | | | The ptest glue was overly complex. Not as many files are needed to be installed if we tell it to use the system's quilt tools, there's no need for a custom Makefile just to set some environment variables, and /usr/bin/ed doesn't appear to be used at all. (From OE-Core rev: 9a287b456347a2be44bff6f9e547795018fb729d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-picobuild: removeRoss Burton2023-01-131-23/+0
| | | | | | | | | | We've moved to using python3-build, so this can be removed. (From OE-Core rev: 4ea299e16a37eac3f65ed4b2e5891e8adaad95d5) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python_pep517: use python3-build, not picobuildRoss Burton2023-01-135-3/+26
| | | | | | | | | | | | | | | | Now that the bootstrap sequence for pypa/build is just python3-packaging, and python3-pyproject-hooks, we can use build instead of picobuild. The only change visible outside of this class is that the variable PEP517_PICOBUILD_OPTS is now PEP517_BUILD_OPTS, but I'm only aware of one recipe that used that variable. (From OE-Core rev: 202c2e3c9481a8841af2556862a76e27d703246d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-build: add 0.10.0Ross Burton2023-01-131-0/+14
| | | | | | | | | | | | | This is the PEP517 build frontend blessed by the Python Packaging Authority, and now that Python 3.11 has been released and enough packages have ported to flit, it can be used without a huge bootstraping problem. (From OE-Core rev: 00254501b9b024032032c9fb068d957de4ef7dde) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyproject-hooks: add new recipeRoss Burton2023-01-131-0/+12
| | | | | | | | | | | | | | This used to be known as python3-pep517 and is a key library used to build modern Python code. It is currently vendored into python3-picobuild but I plan to remove that. (From OE-Core rev: 877c4d5e4cd5ceb71d2ecfdc35a625f50752bec0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* opkg: ensure opkg uses private gpg.conf when applying keys.Charlie Johnston2023-01-122-0/+35
| | | | | | | | | | | | | | Currently, the opkg-key utility calls gpg with --no-options, which uses /dev/null as the configuration file. This means any configurations in /etc/opkg/gpg/gpg.conf were being ignored. This change applies a patch to remove the --no-options flag. (From OE-Core rev: 3699096f3214e77fe4aa1daebe85308d02940f2f) Signed-off-by: Charlie Johnston <charlie.johnston@ni.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dpkg: upgrade 1.21.13 -> 1.21.17Wang Mingyu2023-01-121-1/+1
| | | | | | | | (From OE-Core rev: 9a5603fc0777400dd15d1853b2389604488ad2f6) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rust: Merge all rustc-source patches into rust-source.incAlex Kiernan2023-01-125-23/+10
| | | | | | | | | | | | With the dim-sum approach to patching we had the same patch applied in many places, but not all, so that there were no guarantees that we were actually building agaginst the same thing in all recipes. (From OE-Core rev: 550c273f38d8e6d2d431908023e213c6b018d7ed) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes, classes: Avoid adding extra whitespace to PACKAGESPLITFUNCSPeter Kjellerstedt2023-01-121-1/+1
| | | | | | | | | | | | This is a follow-up to commit 846ff49465 to remove the extra whitespace that is no longer needed after converting :append and :prepend to += and =+. (From OE-Core rev: 5a38be49e451c9f9d973b10a33c3972507f7b18a) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* elfutils: disable deprecation errors in all builds, not just nativeRoss Burton2023-01-111-1/+1
| | | | | | | | | | The curl-related deprecation errors affect all builds not just native, so set CFLAGS instead of BUILD_CFLAGS. (From OE-Core rev: 64ddce0cdbda4efe65f59a04ecb999e9fd3f82a4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* patchelf: Add fix submitted upstream for uninative segfaultsRichard Purdie2023-01-102-0/+105
| | | | | | | | | | | | | | The new uninative tarball is segfaulting in quilt (the underlying patch binary). We see errors in dmesg like: (patch): Uhuuh, elf segment at 0000000000400000 requested but the memory is mapped already This patch submitted to patchelf upstream looks like an appropriate fix for that. (From OE-Core rev: cccd4bcaf381c2729adc000381bd89906003e72a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemu: fix recent reproducibility issuesAlexander Kanavin2023-01-092-0/+57
| | | | | | | | | | Not only break when not in a loop is undefined, different shells do different things when they see it. (From OE-Core rev: 11c034b427c4d44f4013fa4ddf7c3d1264bab219) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* elfutils: do not error out on deprecated declarationsAlexander Kanavin2023-01-061-0/+2
| | | | | | | | | | This addresses new curl's deprecation warnings treated as failures. (From OE-Core rev: 7a12834052fc622eb22eab2dc77fe717a4263ecf) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-strict-rfc3339: remove the recipeAlexander Kanavin2023-01-062-38/+0
| | | | | | | | | | It is both unmaintained and not needed by anything in core or meta-oe. (From OE-Core rev: 7f8ceb0f38eb6795a5e135f5c4b0461d06d733b6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-jsonschema: depend on rfc3339-validator in all casesAlexander Kanavin2023-01-061-1/+1
| | | | | | | | | | | This has been the case since https://github.com/python-jsonschema/jsonschema/commit/622c7b276e01d24b5569ab27cfefb692ae91012e (From OE-Core rev: 547d646540ebb9a4d3dbb310518e2200a14e6ebc) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* repo: upgrade 2.29.9 -> 2.31Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 7396d5893fdde7a94a46b9b221650a39343ec54d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-hypothesis: upgrade 6.57.1 -> 6.61.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: bc8a199c6e23a3f4819e966de8e0a28e861cc631) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-certifi: upgrade 2022.9.24 -> 2022.12.7Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: b14c6a933ce2152714186986414e4e6f8ae50fc6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pycairo: upgrade 1.21.0 -> 1.23.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: a41af7c8aead2f9f27a47f5e853b471e584b44b8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-jsonschema: upgrade 4.17.0 -> 4.17.3Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: f01c05c7b0d06817e826dda9ba20a0ea5fd6f508) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-dtschema: upgrade 2022.11 -> 2022.12Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 152b8602515e56be823c9e2b0d15e8d1cdd3a8f1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-git: upgrade 3.1.29 -> 3.1.30Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 0d045b41961cecee17aa4611e33c7666063c942f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-lxml: upgrade 4.9.1 -> 4.9.2Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 4fa8d85812ae86c6e2e86fc34909bbbcfa82179b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ruby: upgrade 3.1.3 -> 3.2.0Alexander Kanavin2023-01-063-15/+12
| | | | | | | | (From OE-Core rev: 6b544ba8e80bee83030976a98e47e0a66a216ec9) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-sphinx: upgrade 5.3.0 -> 6.0.0Alexander Kanavin2023-01-061-2/+2
| | | | | | | | | | License-Update: jquery/underscore are no longer bundled (From OE-Core rev: baa3d290c16510e10a608ea2689ebf4c14f449a5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-mako: upgrade 1.2.3 -> 1.2.4Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 27fad5ae2fff3f982aa30d19e5ad4fb4dbeaec9a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-gitdb: upgrade 4.0.9 -> 4.0.10Alexander Kanavin2023-01-062-1/+1
| | | | | | | | (From OE-Core rev: 9acad520efe76368cf924cfa52c972e7319611b0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-setuptools: upgrade 65.5.1 -> 65.6.3Alexander Kanavin2023-01-062-2/+2
| | | | | | | | (From OE-Core rev: 211745a9e3c032b364c7b484df698c8266ec03f9) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography-vectors: upgrade 38.0.3 -> 38.0.4Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: fd564d24a4bb43ba1757254408b0909b981e9459) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-urllib3: upgrade 1.26.12 -> 1.26.13Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: b18552f69a2eb8900981a10ba386dc4f862b29c3) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libtest-fatal-perl: upgrade 0.016 -> 0.017Alexander Kanavin2023-01-061-2/+2
| | | | | | | | | | License-Update: formatting (From OE-Core rev: 60663d6151e40ad9c6cc453c3138d0b7cec5a48d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-numpy: upgrade 1.23.4 -> 1.24.1Alexander Kanavin2023-01-062-30/+1
| | | | | | | | (From OE-Core rev: c28b9e57cae7bcc4e97b021f687051f0ecb7821e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-importlib-metadata: upgrade 5.0.0 -> 5.2.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 88d588f367a89f7f087da90689f93d02cd910ced) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography: upgrade 38.0.3 -> 38.0.4Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: ea799a624b907b9ddcf0d4cf79a1a5af5b97f7b5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-zipp: upgrade 3.10.0 -> 3.11.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 51dce3af620352edf287bd18e9aec516a75b9103) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-subunit: upgrade 1.4.1 -> 1.4.2Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: cf7b77186b637195b4882cd2860ca24162fd1348) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* file: upgrade 5.43 -> 5.44Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 6e93f815e9439ad351c3b9a382accf7b3ba9a6e2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyrsistent: upgrade 0.19.2 -> 0.19.3Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 01eaee5fd98674a75e907bffa15c1a29e46bf8bd) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meson: upgrade 0.64.0 -> 1.0.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 622ab1b4d490625ebd2193138c70894d3dee1297) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pycryptodome: upgrade 3.15.0 -> 3.16.0Alexander Kanavin2023-01-062-5/+5
| | | | | | | | (From OE-Core rev: a47321783eb63b4fc0f8e26d1ac25398d3a5eaaa) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* strace: upgrade 6.0 -> 6.1Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: e7b8bba9a88986fed1c4b1e5e5f674dabdbe87cd) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pytz: upgrade 2022.6 -> 2022.7Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: d17ba9fd183a2f149cf1d4be12c71be92925e7e1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-attrs: upgrade 22.1.0 -> 22.2.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 8db12c717e289aa3aea6807cc11c0979e85386e6) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-setuptools-scm: upgrade 7.0.5 -> 7.1.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 5b6e415431e946e96265f29e3284a93c68da1562) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pycryptodomex: upgrade 3.15.0 -> 3.16.0Alexander Kanavin2023-01-061-1/+1
| | | | | | | | (From OE-Core rev: 2b3f39e3bc004c9875dcfcda3291124fb45eea7f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nasm: update 2.15.05 -> 2.16.01Alexander Kanavin2023-01-063-31/+63
| | | | | | | | | | | | | adjust 0002-Add-debug-prefix-map-option.patch to account for https://github.com/netwide-assembler/nasm/commit/f2a6eb4aaca361c1ebe374bf07765790eecf8869 and add a chunk to it that guarantees source paths not leaking into debug sections that list source filenames. (From OE-Core rev: 0d7d96fb0b215e56f6dacd4dd44b12bbd7ecdd34) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* jquery: upgrade 3.6.2 -> 3.6.3Alexander Kanavin2023-01-061-3/+3
| | | | | | | | (From OE-Core rev: f1aa1442eed8b6db5f66a3b6e0535e9862aa1227) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rust: Fix build with 64bit time_tKhem Raj2023-01-062-0/+32
| | | | | | | | | | | | | The vendored copy of zlib undefines _FILE_OFFSET_BITS when _LARGEFILE64_SOURCE is defined and enabling 64bit time_t requires 64bit off_t ( _FILE_OFFSET_BITS=64 ), therefore remove this from the zlib module (From OE-Core rev: 73e56624e815c52308a81852430a8bb050a0fc58) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>