diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-02-03 14:18:52 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:16 +0200 |
commit | 9b029223ef6d0a82a61eaeefca0892e4602a77ce (patch) | |
tree | 3a595d941ce41715bdbd3b2e4aacd5a4b8963efa /recipes/tasks/task-arago-toolchain-gst-target.bb | |
parent | c85386fccb05a18583ca40bffdeccfcb55780359 (diff) |
meta-toolchain-dvsdk: replace with arago version
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/tasks/task-arago-toolchain-gst-target.bb')
-rw-r--r-- | recipes/tasks/task-arago-toolchain-gst-target.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/tasks/task-arago-toolchain-gst-target.bb b/recipes/tasks/task-arago-toolchain-gst-target.bb new file mode 100644 index 0000000000..3c6c2b9538 --- /dev/null +++ b/recipes/tasks/task-arago-toolchain-gst-target.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Target packages for a standalone Arago SDK or external toolchain" +ALLOW_EMPTY = "1" +PR = "r24" + +PACKAGES = "${PN}" + +# Stuff contained in this SDK is largely taken from task-sdk-base.bb. +# This is a starting point, and nothing more at present -- please fill +# this out with a reasonable set of development tools for a Arago image. +# Also feel free to remove stuff that's silly. + +RDEPENDS_${PN} = "\ + task-arago-toolchain-dvsdk-target \ + gstreamer-dev \ + gstreamer-ti-dev \ + " |