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 | openembedded-core-2ca2649935540acd6e160f82ddd074b04dfea924.tar.gz openembedded-core-2ca2649935540acd6e160f82ddd074b04dfea924.tar.bz2 openembedded-core-2ca2649935540acd6e160f82ddd074b04dfea924.tar.xz openembedded-core-2ca2649935540acd6e160f82ddd074b04dfea924.zip |
- 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 caa120315..deeba5812 100644 --- a/meta/packages/tasks/task-oh.bb +++ b/meta/packages/tasks/task-oh.bb @@ -104,7 +104,10 @@ RDEPENDS_task-oh-testapps = "\ tslib-tests \ lrzsz \ alsa-utils-amixer \ - alsa-utils-aplay" + alsa-utils-aplay \ + owl-video-widget \ + gst-meta-video \ + gst-meta-audio" # minimo \ |