[oe-commits] Khem Raj : jaaa_0.4.2.bb: Dont inherit autotools

git version control git at git.openembedded.org
Wed Oct 27 22:07:55 UTC 2010


Module: openembedded.git
Branch: master
Commit: 9172ced11ee41c0ba04c27759fb44128a8f38527
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9172ced11ee41c0ba04c27759fb44128a8f38527

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Oct 27 12:57:09 2010 -0700

jaaa_0.4.2.bb: Dont inherit autotools

* Define own do_compile and do_install

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/jaaa/jaaa_0.4.2.bb |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/recipes/jaaa/jaaa_0.4.2.bb b/recipes/jaaa/jaaa_0.4.2.bb
index 73ce717..e3c9b25 100644
--- a/recipes/jaaa/jaaa_0.4.2.bb
+++ b/recipes/jaaa/jaaa_0.4.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "JACK and ALSA Audio Analyzer from http://www.kokkinizita.net/linu
 SECTION = "x11/multimedia"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 DEPENDS = "clthreads clxclient clalsadrv jack freetype fftwf"
 
@@ -12,7 +12,15 @@ SRC_URI = "http://www.kokkinizita.net/linuxaudio/downloads/jaaa-${PV}.tar.bz2 \
 
 S = "${WORKDIR}/jaaa"
 
-inherit autotools pkgconfig
+inherit pkgconfig
+do_compile() {
+        unset CFLAGS CPPFLAGS CXXFLAGS
+        oe_runmake
+}
+
+do_install() {
+        oe_runmake DESTDIR=${D} install
+}
 
 SRC_URI[md5sum] = "e3013bb1e287b495b0668f4b6e2887c7"
 SRC_URI[sha256sum] = "0bae72d819963c40e0a202bb08bc55a600fe7c453749601a3836bc9272cffb3a"





More information about the Openembedded-commits mailing list