diff options
author | Joshua Lock <josh@openedhand.com> | 2008-09-25 13:27:10 +0000 |
---|---|---|
committer | Joshua Lock <josh@openedhand.com> | 2008-09-25 13:27:10 +0000 |
commit | 92116e3085da5e4e143d115be3703162da4c29b9 (patch) | |
tree | 5db9668c9b9d3c8e77fd70162972e658da0aef15 | |
parent | 8f8fbefd0f44f0f79b76aa3be75b4738129d4d26 (diff) | |
download | openembedded-core-92116e3085da5e4e143d115be3703162da4c29b9.tar.gz openembedded-core-92116e3085da5e4e143d115be3703162da4c29b9.tar.bz2 openembedded-core-92116e3085da5e4e143d115be3703162da4c29b9.tar.xz openembedded-core-92116e3085da5e4e143d115be3703162da4c29b9.zip |
Netbooks will use Sato too for now.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5267 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-netbook/matchbox-session-netbook_0.1.bb | 4 | ||||
-rw-r--r-- | meta/packages/tasks/task-poky-x11-netbook.bb | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/matchbox-netbook/matchbox-session-netbook_0.1.bb b/meta/packages/matchbox-netbook/matchbox-session-netbook_0.1.bb index 19e77d891..bdec9603f 100644 --- a/meta/packages/matchbox-netbook/matchbox-session-netbook_0.1.bb +++ b/meta/packages/matchbox-netbook/matchbox-session-netbook_0.1.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Custom MB session files for poky" LICENSE = "GPL" SECTION = "x11" -RDEPENDS = "formfactor gtk-engines gtk-theme-darkilouche matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" -PR = "r1" +RDEPENDS = "formfactor gtk-engines gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" +PR = "r2" # This package is architecture specific because the session script is modified # based on the machine architecture. diff --git a/meta/packages/tasks/task-poky-x11-netbook.bb b/meta/packages/tasks/task-poky-x11-netbook.bb index 5a6407a0a..61bd5833a 100644 --- a/meta/packages/tasks/task-poky-x11-netbook.bb +++ b/meta/packages/tasks/task-poky-x11-netbook.bb @@ -24,4 +24,5 @@ RDEPENDS_task-poky-x11-netbook = "\ xcursor-transparent-theme \ sato-icon-theme \ settings-daemon \ + gtk-sato-engine \ ${NETWORK_MANAGER}" |