diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
commit | 2ca2649935540acd6e160f82ddd074b04dfea924 (patch) | |
tree | 0732e8cde30048f615ddb92c1cf4b2594b2bde2c /meta/packages/tasks | |
parent | e9b762802b039e8c19e70b054ecc64e7ab07e4d8 (diff) | |
download | poky-2ca2649935540acd6e160f82ddd074b04dfea924.tar.gz |
- Add libmusicbrainz from OE
- Fix up gstreamer packages
- Add gstreamer base/audio/video meta-packages
- Add owl-video-widget
- Add owl-video-widget, gst-meta-audio and gst-meta-video to test-apps
in oh-image-pda (currently not working?)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@698 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-oh.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb index caa1203159..deeba58120 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb | |||
@@ -104,7 +104,10 @@ RDEPENDS_task-oh-testapps = "\ | |||
104 | tslib-tests \ | 104 | tslib-tests \ |
105 | lrzsz \ | 105 | lrzsz \ |
106 | alsa-utils-amixer \ | 106 | alsa-utils-amixer \ |
107 | alsa-utils-aplay" | 107 | alsa-utils-aplay \ |
108 | owl-video-widget \ | ||
109 | gst-meta-video \ | ||
110 | gst-meta-audio" | ||
108 | 111 | ||
109 | 112 | ||
110 | # minimo \ | 113 | # minimo \ |