diff options
author | Philip Balister <philip@balister.org> | 2007-06-04 18:35:32 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-06-04 18:35:32 +0000 |
commit | 4caa2eb3179c851afad2568918457e07ccbabdea (patch) | |
tree | a8235ff895b0d4f1ddf2823a0c02f79d8ae69e47 /packages/tasks | |
parent | 6e2207025728ff8e62c1c780c2d37d9f2d85791d (diff) |
OSSIE : Remove OSSIE files until there is a real tarball release. If you need
to access these files, they are avilable from Philip (Crofton) Balister.
Currently, I am working with a BB Collection kept on a svn server.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-ossie.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/tasks/task-ossie.bb b/packages/tasks/task-ossie.bb deleted file mode 100644 index b550d709ff..0000000000 --- a/packages/tasks/task-ossie.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Meta-package for OSSIE Software Defined Radio (SDR)" -LICENSE = "MIT" -RDEPENDS = "${OSSIE_BASE} ${OSSIE_PLATFORM} ${OSSIE_COMPONENTS} ${OSSIE_WAVEFORMS}" -PR = "r0" - -PACKAGES = "task-ossie" - -ALLOW_EMPTY = "1" - -PACKAGE_INSTALL = "${OSSIE_BASE} ${OSSIE_PLATFORM} ${OSSIE_COMPONENTS} ${OSSIE_WAVEFORMS}" - -OSSIE_BASE = "screen procps xerces-c omniorb usrp" -OSSIE_PLATFORM = "ossiecf ossie-standardinterfaces ossie-nodebooter ossie-c-wavloader" -OSSIE_COMPONENTS = "ossie-gpp-device ossie-usrp-device ossie-soundout-device" -OSSIE_WAVEFORMS = "ossie-demo ossie-tx-random-data ossie-log-data" |