diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.24.29.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 36f7b0c06c..353c521a89 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -106,6 +106,6 @@ python populate_packages_prepend () { | |||
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', 1)): |
109 | d.setVar('PKG_${PN}', '${MLPREFIX}libgtk-3.0') | 109 | d.setVar(d.expand('PKG_${PN}'), '${MLPREFIX}libgtk-3.0') |
110 | } | 110 | } |
111 | 111 | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb b/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb index 675ef6d80b..cf55d2070a 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.24.29.bb | |||
@@ -30,5 +30,5 @@ python populate_packages_prepend () { | |||
30 | do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s') | 30 | do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s') |
31 | 31 | ||
32 | if (d.getVar('DEBIAN_NAMES', True)): | 32 | if (d.getVar('DEBIAN_NAMES', True)): |
33 | d.setVar('PKG_${PN}', '${MLPREFIX}libgtk-2.0') | 33 | d.setVar(d.expand('PKG_${PN}'), '${MLPREFIX}libgtk-2.0') |
34 | } | 34 | } |