mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
810ccdd99f
commit
e6c8248f34
@@ -14,7 +14,20 @@ inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1"
|
||||
|
||||
RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
|
||||
RDEPENDS:${PN} += "\
|
||||
binutils \
|
||||
python3-curses \
|
||||
python3-difflib \
|
||||
python3-fcntl \
|
||||
python3-json \
|
||||
python3-libarchive-c \
|
||||
python3-magic \
|
||||
python3-multiprocessing \
|
||||
python3-pprint \
|
||||
python3-rpm \
|
||||
squashfs-tools \
|
||||
vim \
|
||||
"
|
||||
|
||||
# Dependencies don't build for musl
|
||||
COMPATIBLE_HOST:libc-musl = 'null'
|
||||
|
||||
Reference in New Issue
Block a user