From: Richard Purdie Date: Tue, 2 Feb 2016 23:50:42 +0000 (+0000) Subject: gtk+3: Tweak getVar to use True, not 1 X-Git-Tag: yocto-4.0~22777 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c9d063c72cc021ee22472783f74d73078671813;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk+3: Tweak getVar to use True, not 1 Cosmetic change to use "True", not 1 as expand parameter for getVar. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 353c521a898..fa9281bcaed 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc @@ -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') }