diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-02 23:50:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:39:00 +0000 |
commit | f9266106db3c0e0ab526e426086d542c9ed6b62c (patch) | |
tree | 6b116a9654675d0c596200a5da4f010efd45c33b | |
parent | 7fa6eeba1c1e4667820c8543343083fad75cabee (diff) | |
download | poky-f9266106db3c0e0ab526e426086d542c9ed6b62c.tar.gz |
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>
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 353c521a89..fa9281bcae 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 () { | |||
105 | 105 | ||
106 | do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk3-printbackend-%s', 'GTK printbackend module for %s') | 106 | do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk3-printbackend-%s', 'GTK printbackend module for %s') |
107 | 107 | ||
108 | if (d.getVar('DEBIAN_NAMES', 1)): | 108 | if (d.getVar('DEBIAN_NAMES', True)): |
109 | d.setVar(d.expand('PKG_${PN}'), '${MLPREFIX}libgtk-3.0') | 109 | d.setVar(d.expand('PKG_${PN}'), '${MLPREFIX}libgtk-3.0') |
110 | } | 110 | } |
111 | 111 | ||