[oe-commits] Henning Heinold : jack: fix packaging and simplify recipe

git version control git at git.openembedded.org
Wed Dec 2 22:19:50 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: b5b084666a7556f3c82e08890c88f195d11ae5a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b5b084666a7556f3c82e08890c88f195d11ae5a8

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed Dec  2 16:22:14 2009 +0100

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 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 f0a2e75..fe7ef76 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/* "
 





More information about the Openembedded-commits mailing list