mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
systemd-repart-native: clean up dependencies
Specify -native versions of dependencies. These were satisfied transitively through other dependencies, but we should specify them explicitly. It also removes dependencies on the target system for a native recipe. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0331499e1f
commit
618b14ef14
|
|
@ -19,9 +19,9 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANC
|
|||
DEPENDS = " \
|
||||
cryptsetup-native \
|
||||
gperf-native \
|
||||
libcap \
|
||||
libcap-native \
|
||||
python3-jinja2-native \
|
||||
util-linux \
|
||||
util-linux-native \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig gettext native
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user