diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /jack | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'jack')
-rw-r--r-- | jack/jack_0.92.0.oe | 6 | ||||
-rw-r--r-- | jack/jack_0.94.0.oe | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/jack/jack_0.92.0.oe b/jack/jack_0.92.0.oe index f24debcbf7..4a96998abe 100644 --- a/jack/jack_0.92.0.oe +++ b/jack/jack_0.92.0.oe @@ -8,11 +8,9 @@ connect a number of different applications to an audio \ device, as well as allowing them to share audio between \ themselves." -SRC_URI=http://heanet.dl.sourceforge.net/sourceforge/jackit/jack-audio-connection-kit-${PV}.tar.gz +SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/jackit/jack-audio-connection-kit-${PV}.tar.gz" S = "${WORKDIR}/jack-audio-connection-kit-${PV}" inherit autotools libtool pkgconfig -EXTRA_OECONF="" - - +EXTRA_OECONF = "" diff --git a/jack/jack_0.94.0.oe b/jack/jack_0.94.0.oe index f24debcbf7..4a96998abe 100644 --- a/jack/jack_0.94.0.oe +++ b/jack/jack_0.94.0.oe @@ -8,11 +8,9 @@ connect a number of different applications to an audio \ device, as well as allowing them to share audio between \ themselves." -SRC_URI=http://heanet.dl.sourceforge.net/sourceforge/jackit/jack-audio-connection-kit-${PV}.tar.gz +SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/jackit/jack-audio-connection-kit-${PV}.tar.gz" S = "${WORKDIR}/jack-audio-connection-kit-${PV}" inherit autotools libtool pkgconfig -EXTRA_OECONF="" - - +EXTRA_OECONF = "" |