summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-02-04 22:00:57 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-05 11:05:51 +0100
commit5409367b79d6cd6b587cf141cae40cc3819fb5d4 (patch)
tree67c547c93e246259b109d242edfb6e7bea890a5b /meta-gnome
parent451c5cd71087077d2f09a539845caecaf2a2fa38 (diff)
downloadmeta-openembedded-5409367b79d6cd6b587cf141cae40cc3819fb5d4.tar.gz
gnome-panel: append pkg_postinst only on PN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
index 3aadd2b24..13614a062 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel3_3.0.2.bb
@@ -31,7 +31,7 @@ do_configure_prepend() {
31 sed -i -e s:help:: ${S}/Makefile.am 31 sed -i -e s:help:: ${S}/Makefile.am
32} 32}
33 33
34pkg_postinst_append () { 34pkg_postinst_${PN}_append () {
35 gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \ 35 gconftool-2 --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults \
36 --direct --load /etc/gconf/schemas/panel-default-setup.entries 36 --direct --load /etc/gconf/schemas/panel-default-setup.entries
37} 37}
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index 3bf7f29f8..e54579d6d 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -26,7 +26,7 @@ do_configure_prepend() {
26 sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in 26 sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in
27} 27}
28 28
29pkg_postinst_append () { 29pkg_postinst_${PN}_append () {
30if [ -n "$D" ]; then 30if [ -n "$D" ]; then
31 exit 1 31 exit 1
32fi 32fi