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 | |
parent | 3040eb4996ad3fe25cc9b102cac6b51bb70e344d (diff) | |
download | openembedded-core-51bcdb363ffda7ad2857f170c0042fb3c2ffc367.tar.gz openembedded-core-51bcdb363ffda7ad2857f170c0042fb3c2ffc367.tar.bz2 openembedded-core-51bcdb363ffda7ad2857f170c0042fb3c2ffc367.zip |
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')
-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 @@ DESCRIPTION = "Custom MB session files for poky" LICENSE = "GPL" SECTION = "x11" -RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-engine-sato" -PR = "r1" +RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato" +PR = "r2" SRC_URI = "file://etc" S = ${WORKDIR} |