summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-01-24 14:30:56 +0000
committerRoss Burton <ross@openedhand.com>2007-01-24 14:30:56 +0000
commit192e43f5f84ceb9a54e85bf7adb22d95f57e104c (patch)
treeda1fd334da98ce108b83db779f68cafda7f9bab7 /meta/packages/matchbox-sato/matchbox-sato_0.1.bb
parent0d74b05ad5870ac85e0da4337695cc9dc6b9ce4f (diff)
downloadpoky-192e43f5f84ceb9a54e85bf7adb22d95f57e104c.tar.gz
Update for panel 2 and fix packaging bugs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1201 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-sato/matchbox-sato_0.1.bb')
-rw-r--r--meta/packages/matchbox-sato/matchbox-sato_0.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
index 49ece1f68c..06721d7e64 100644
--- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
+++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb
@@ -1,8 +1,8 @@
1DESCRIPTION = "Custom MB session files for poky" 1DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato" 4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
5PR = "r2" 5PR = "r4"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}
@@ -14,7 +14,7 @@ do_install() {
14 chmod -R 755 ${D}/etc 14 chmod -R 755 ${D}/etc
15} 15}
16 16
17pkg_postinst_matchbox-poky () { 17pkg_postinst_matchbox-sato () {
18#!/bin/sh -e 18#!/bin/sh -e
19if [ "x$D" != "x" ]; then 19if [ "x$D" != "x" ]; then
20 exit 1 20 exit 1