|
Revision 10464, 422 bytes
(checked in by mekoniak, 3 years ago)
|
|
Initial checkin of Liquid DSP recipe
|
| Line | |
|---|
| 1 | DESCRIPTION = "Liquid DSP Library" |
|---|
| 2 | HOMEPAGE = "http://ganymede.ece.vt.edu/" |
|---|
| 3 | SECTION = "libs" |
|---|
| 4 | PRIORITY = "optional" |
|---|
| 5 | LICENSE = "GPLv3" |
|---|
| 6 | |
|---|
| 7 | PR = "r0" |
|---|
| 8 | |
|---|
| 9 | SRC_URI = "git://github.com/jgaeddert/liquid-dsp.git;protocol=http" |
|---|
| 10 | SRCREV = "${AUTOREV}" |
|---|
| 11 | |
|---|
| 12 | #SRC_URI = "file:///home/mekoniak/src/liquid-dsp" |
|---|
| 13 | |
|---|
| 14 | S = "${WORKDIR}/git" |
|---|
| 15 | |
|---|
| 16 | inherit autotools pkgconfig |
|---|
| 17 | |
|---|
| 18 | EXTRA_OECONF = "--prefix=${WORKDIR}/image/usr --exec_prefix=${WORKDIR}/image/usr" |
|---|
| 19 | |
|---|