* gtk+3: Add missing MLPREFIX
@ 2014-10-01 9:33 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-10-01 9:33 UTC (permalink / raw)
To: openembedded-core
Without this each tries to provide libgtk-3.0 which directly conflict when
using multilibs.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index 54ca77a..3e36676 100644
--- a/meta/recipes-gnome/gtk+/gtk+3.inc
+++ b/meta/recipes-gnome/gtk+/gtk+3.inc
@@ -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')
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-01 9:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 9:33 gtk+3: Add missing MLPREFIX Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox