summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-07-10 10:28:24 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-19 09:48:39 +0100
commite6c8248f34529c0b4532b37773f770a395e1d70c (patch)
tree4b4a1e41b62429160e2cc24f1fcb7c3bdb9c0c77
parent810ccdd99f6caef41b44dbd438364bfa49d02cfe (diff)
downloadpoky-e6c8248f34529c0b4532b37773f770a395e1d70c.tar.gz
diffoscope: add missing RDEPENDS and alphabetize
(From OE-Core rev: afe7f5ad6b3e4fb532f064c3993d0d612b503fbe) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/diffoscope/diffoscope_243.bb15
1 files changed, 14 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_243.bb b/meta/recipes-support/diffoscope/diffoscope_243.bb
index a73ad6da9e..5cdc2caf10 100644
--- a/meta/recipes-support/diffoscope/diffoscope_243.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_243.bb
@@ -14,7 +14,20 @@ inherit pypi setuptools3
14 14
15SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1" 15SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1"
16 16
17RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" 17RDEPENDS:${PN} += "\
18 binutils \
19 python3-curses \
20 python3-difflib \
21 python3-fcntl \
22 python3-json \
23 python3-libarchive-c \
24 python3-magic \
25 python3-multiprocessing \
26 python3-pprint \
27 python3-rpm \
28 squashfs-tools \
29 vim \
30 "
18 31
19# Dependencies don't build for musl 32# Dependencies don't build for musl
20COMPATIBLE_HOST:libc-musl = 'null' 33COMPATIBLE_HOST:libc-musl = 'null'