|
Revision 10547, 1.1 KB
(checked in by mekoniak, 3 years ago)
|
|
new recipes and bugfixes
|
| Line | |
|---|
| 1 | DESCRIPTION = "OSSIE FlexFrame components" |
|---|
| 2 | HOMEPAGE = "http://ganymede.ece.vt.edu/" |
|---|
| 3 | SECTION = "libs" |
|---|
| 4 | PRIORITY = "optional" |
|---|
| 5 | LICENSE = "GPLv3" |
|---|
| 6 | |
|---|
| 7 | DEPENDS = "ossie-cf ossie-standardinterfaces liquid-dsp" |
|---|
| 8 | |
|---|
| 9 | PR = "r0" |
|---|
| 10 | |
|---|
| 11 | SRC_URI = "svn://anon:ossiesdr@ossie.wireless.vt.edu/repos/ossie/ossiedev/branches/jgaeddert/0.8.0/;module=components;rev=HEAD;proto=https \ |
|---|
| 12 | file://ossie-flexframe_0.8.1_makefile.in.patch \ |
|---|
| 13 | file://ossie-flexframe_0.8.1_Resampler.cpp.patch \ |
|---|
| 14 | " |
|---|
| 15 | |
|---|
| 16 | S = "${WORKDIR}/components" |
|---|
| 17 | |
|---|
| 18 | prefix="/sdr" |
|---|
| 19 | |
|---|
| 20 | inherit autotools pkgconfig |
|---|
| 21 | |
|---|
| 22 | EXTRA_OECONF = "--prefix=/sdr" |
|---|
| 23 | |
|---|
| 24 | FILES_${PN} += "${prefix}/dom/xml/FrameGen64/*.xml \ |
|---|
| 25 | ${prefix}/dom/xml/PacketSink/*.xml \ |
|---|
| 26 | ${prefix}/dom/xml/FrameSync64/*.xml \ |
|---|
| 27 | ${prefix}/dom/xml/FlexframeGen/*.xml \ |
|---|
| 28 | ${prefix}/dom/xml/complexFloat2Short/*.xml \ |
|---|
| 29 | ${prefix}/dom/xml/Channel/*.xml \ |
|---|
| 30 | ${prefix}/dom/xml/PacketEncoder/*.xml \ |
|---|
| 31 | ${prefix}/dom/xml/complexShort2Float/*.xml \ |
|---|
| 32 | ${prefix}/dom/xml/PacketSource/*.xml \ |
|---|
| 33 | ${prefix}/dom/xml/PacketDecoder/*.xml \ |
|---|
| 34 | ${prefix}/dom/xml/FlexframeSync/*.xml \ |
|---|
| 35 | ${prefix}/dom/xml/Resampler/*.xml \ |
|---|
| 36 | ${prefix}/dom/bin \ |
|---|
| 37 | " |
|---|
| 38 | FILES_${PN}-dbg = "${prefix}/dom/bin/.debug" |
|---|
| 39 | |
|---|
| 40 | |
|---|