diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-21 14:28:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-21 14:28:58 +0000 |
commit | 906fb37b2c0f41c6b1bf869b35cef62fcec16b72 (patch) | |
tree | a7eefd2777268aabc7b54df0fd8b853fb5919c52 /meta/packages/tasks/task-poky.bb | |
parent | 3226b9855c74b3219e062689e763d717ae27737d (diff) | |
download | poky-906fb37b2c0f41c6b1bf869b35cef62fcec16b72.tar.gz |
task-poky: added xwininfo,xprop,xrestop into testapps
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3373 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-poky.bb')
-rw-r--r-- | meta/packages/tasks/task-poky.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky.bb b/meta/packages/tasks/task-poky.bb index 2b9347f709..f001f577e2 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 = "r14" | 6 | PR = "r15" |
7 | 7 | ||
8 | PACKAGES = "\ | 8 | PACKAGES = "\ |
9 | task-poky-apps-console \ | 9 | task-poky-apps-console \ |
@@ -135,6 +135,9 @@ RDEPENDS_task-poky-tools-testapps = "\ | |||
135 | owl-video-widget \ | 135 | owl-video-widget \ |
136 | gst-meta-video \ | 136 | gst-meta-video \ |
137 | gst-meta-audio \ | 137 | gst-meta-audio \ |
138 | xrestop \ | ||
139 | xwininfo \ | ||
140 | xprop \ | ||
138 | xvideo-tests" | 141 | xvideo-tests" |
139 | 142 | ||
140 | 143 | ||