mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02: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:
@@ -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')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user