summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+/gtk+.inc
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-02-12 18:12:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-13 16:52:30 +0000
commitf3df2542dd65cd6be3ca611fdf1ae7b0845d0f08 (patch)
tree557d364f816eb76e54a6ca6dd7f88aad698c6361 /meta/recipes-gnome/gtk+/gtk+.inc
parent6cec82faf6d7bafaca31938521c885d1b14040b5 (diff)
downloadpoky-f3df2542dd65cd6be3ca611fdf1ae7b0845d0f08.tar.gz
gtk+: use gtk-immodules-cache class
In order to have the proper postinst/postrm scriptlets generated for gtk+ immodules packages, use the already existing class. [YOCTO #3853] (From OE-Core rev: 1c5646dde09008662f064ce7e7400c4d68775278) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+/gtk+.inc')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc
index d8adc11f39..8c2b977658 100644
--- a/meta/recipes-gnome/gtk+/gtk+.inc
+++ b/meta/recipes-gnome/gtk+/gtk+.inc
@@ -18,7 +18,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
18 18
19PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" 19PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}"
20 20
21inherit autotools gtk-doc pkgconfig update-alternatives 21inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache
22 22
23PACKAGES += "libgail gtk-demo" 23PACKAGES += "libgail gtk-demo"
24 24
@@ -94,9 +94,3 @@ gtk_sysroot_preprocess () {
94 fi 94 fi
95} 95}
96 96
97postinst_prologue() {
98if [ "x$D" != "x" ]; then
99 exit 1
100fi
101
102}