diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-12-22 12:54:31 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-12-22 12:54:31 +0000 |
commit | 51bcdb363ffda7ad2857f170c0042fb3c2ffc367 (patch) | |
tree | aab294edba1b051df8fd73d2287fb8c2365ee9f5 /meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |
parent | 3040eb4996ad3fe25cc9b102cac6b51bb70e344d (diff) | |
download | poky-51bcdb363ffda7ad2857f170c0042fb3c2ffc367.tar.gz |
Fix depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1082 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.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index 64091bcd7f..49ece1f68c 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 @@ | |||
1 | DESCRIPTION = "Custom MB session files for poky" | 1 | DESCRIPTION = "Custom MB session files for poky" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-engine-sato" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |