mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
nwg-look:
add libstd.so to PRIVATE_LIBS This fixes: ERROR: nwg-look-0.1.4-r0 do_package: nwg-look: Multiple shlib providers for libstd.so: libstd-rs, go-runtime (used by files: /home/flk/poky/build-intel-retro/tmp/work/corei7-64-poky-linux/nwg-look/0.1.4-r0/packages-split/nwg-look/usr/bin/nwg-look)
This commit is contained in:
parent
921fa67e49
commit
a55ce4b32a
@ -28,4 +28,4 @@ do_install:append() {
|
||||
|
||||
do_compile[network] = "1"
|
||||
|
||||
PRIVATE_LIBS_${PN}:append = "libstd.so"
|
||||
PRIVATE_LIBS:${PN}:append = " libstd.so"
|
||||
|
@ -26,3 +26,4 @@ FILES:${PN} += "${datadir}"
|
||||
|
||||
do_compile[network] = "1"
|
||||
|
||||
PRIVATE_LIBS:${PN}:append = " libstd.so"
|
||||
|
Loading…
Reference in New Issue
Block a user