diff options
author | Robert Bragg <bob@openedhand.com> | 2008-09-22 23:28:49 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-09-22 23:28:49 +0000 |
commit | bc88c3a81b9c831dfd87e921063bc796f0a77b35 (patch) | |
tree | aee3f9a89be3abc9d86013d2a51755b100725753 /meta | |
parent | 9e00baff8b994ee6704e87de85484c2fb4c7fdcb (diff) | |
download | poky-bc88c3a81b9c831dfd87e921063bc796f0a77b35.tar.gz |
increments task-poky revision, which fixed a dependency problem for me and
may help with similar problems others are seeing with the new X builds. (The
problem seemed to be related to the XSERVER variable which is referred to in
task-poky.bb)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5228 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/tasks/task-poky.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky.bb b/meta/packages/tasks/task-poky.bb index 5afea383c9..4e4204345c 100644 --- a/meta/packages/tasks/task-poky.bb +++ b/meta/packages/tasks/task-poky.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Tasks for OpenedHand Poky" | 5 | DESCRIPTION = "Tasks for OpenedHand Poky" |
6 | PR = "r29" | 6 | PR = "r30" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-poky-apps-console \ | 9 | task-poky-apps-console \ |