From b5b084666a7556f3c82e08890c88f195d11ae5a8 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 2 Dec 2009 16:22:14 +0100 Subject: jack: fix packaging and simplify recipe * put html files to doc package * user newr oe feature to simplify the recipe * bump PR --- recipes/jack/jack_0.116.2.bb | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'recipes') 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/* " -- cgit 1.2.3-korg