--- /dev/null
+PR = "r0"
+DESCRIPTION = "OSSIE Demo channel component"
+SECTION = "apps"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEPENDS = "ossiecf"
+
+S="${WORKDIR}/ChannelDemo"
+
+
+SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/components/ChannelDemo/trunk;module=ChannelDemo;proto=https"
+
+prefix="/home/sca"
+
+inherit autotools
+
+FILES_${PN} += "/home/sca/xml/ChannelDemo/*.xml"
+
--- /dev/null
+PR = "r0"
+DESCRIPTION = "OSSIE General Purpose Processor device"
+SECTION = "apps"
+PRIORITY = "optional"
+MAINTAINER = "Philip Balister philip@balister.org"
+LICENSE = "GPL"
+
+DEPENDS = "ossiecf"
+
+S="${WORKDIR}/GPP"
+
+SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/platform/GPP/trunk;module=GPP;proto=https"
+
+prefix="/home/sca"
+
+inherit autotools
+
+FILES_${PN} += "/home/sca/xml/GPP/*xml"
+
--- /dev/null
+PR = "r0"
+DESCRIPTION = "OSSIE Node Booter"
+SECTION = "apps"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEPENDS = "ossiecf"
+
+S="${WORKDIR}/nodebooter"
+
+SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/platform/nodebooter/trunk;module=nodebooter;proto=https"
+
+inherit autotools
+
--- /dev/null
+PR = "r0"
+DESCRIPTION = "OSSIE Demo waveform"
+SECTION = "apps"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEPENDS = "ossiecf channeldemo rxdemo"
+
+S="${WORKDIR}/ossie_demo"
+
+
+SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/waveforms/ossie_demo/trunk;module=ossie_demo;proto=https"
+
+prefix="/home/sca"
+
+inherit autotools
+
+FILES_${PN} += "/home/sca/waveforms/ossie_demo/*.xml /home/sca/xml/TxDemo/*.xml"
do_stage () {
autotools_stage_all
}
+
+FILES_${PN} += "/home/sca/xml/dtd/*.dtd"
+
--- /dev/null
+PR = "r0"
+DESCRIPTION = "OSSIE Demo receiver component"
+SECTION = "apps"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEPENDS = "ossiecf"
+
+S="${WORKDIR}/RxDemo"
+
+
+SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/components/RxDemo/trunk;module=RxDemo;proto=https"
+
+prefix="/home/sca"
+
+inherit autotools
+
+FILES_${PN} += "/home/sca/xml/RxDemo/*.xml"
+
--- /dev/null
+PR = "r0"
+DESCRIPTION = "OSSIE Standard port interfaces"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "ossiecf"
+
+S="${WORKDIR}/standardInterfaces"
+
+SRCDATE = "now"
+SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/standardInterfaces/trunk;module=standardInterfaces;proto=https"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}