mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
gtk+3: Tweak getVar to use True, not 1
Cosmetic change to use "True", not 1 as expand parameter for getVar. (From OE-Core rev: 4c9d063c72cc021ee22472783f74d73078671813) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -105,7 +105,7 @@ 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)):
|
||||
if (d.getVar('DEBIAN_NAMES', True)):
|
||||
d.setVar(d.expand('PKG_${PN}'), '${MLPREFIX}libgtk-3.0')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user