mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
gtk+3: Add missing MLPREFIX
Without this each tries to provide libgtk-3.0 which directly conflict when using multilibs. (From OE-Core rev: afc4412f9ff14dd45aba6a47bfc87e703f3c4763) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5c16dcff96
commit
0eeba11754
|
|
@ -105,6 +105,6 @@ python populate_packages_prepend () {
|
|||
do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk3-printbackend-%s', 'GTK printbackend module for %s')
|
||||
|
||||
if (d.getVar('DEBIAN_NAMES', 1)):
|
||||
d.setVar('PKG_${PN}', 'libgtk-3.0')
|
||||
d.setVar('PKG_${PN}', '${MLPREFIX}libgtk-3.0')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user