diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-02 16:22:14 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-12-02 23:10:53 +0100 |
commit | b5b084666a7556f3c82e08890c88f195d11ae5a8 (patch) | |
tree | 82b9ff83cd5c3cfd1d0cc48f57a5c61e24750bd2 | |
parent | 0f8954e8b0bf619aa8edd37629cf928187a972ce (diff) |
jack: fix packaging and simplify recipe
* put html files to doc package
* user newr oe feature to simplify the recipe
* bump PR
-rw-r--r-- | recipes/jack/jack_0.116.2.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes/jack/jack_0.116.2.bb b/recipes/jack/jack_0.116.2.bb index f0a2e7525e..fe7ef76e2c 100644 --- a/recipes/jack/jack_0.116.2.bb +++ b/recipes/jack/jack_0.116.2.bb @@ -5,14 +5,14 @@ themselves." SECTION = "libs/multimedia" PRIORITY = "optional" LICENSE = "GPL LGPL" -PR = "r0" +PR = "r1" DEPENDS = "alsa-lib" SRC_URI = "http://jackaudio.org/downloads/jack-audio-connection-kit-${PV}.tar.gz" S = "${WORKDIR}/jack-audio-connection-kit-${PV}" -inherit autotools pkgconfig +inherit autotools EXTRA_OECONF = "--enable-timestamps --disable-capabilities --disable-oldtrans \ --disable-portaudio --disable-coreaudio --enable-oss --enable-alsa" @@ -25,8 +25,5 @@ PACKAGES =+ "libjack jack-server jack-examples" FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" FILES_jack-server = "${bindir}/jackd" FILES_jack-examples = "${bindir}/*" - -do_stage() { - autotools_stage_all -} +FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* " |