diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-04-08 12:38:07 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-04-08 12:38:07 +0000 |
commit | 396ba9cd4a593593b3b260e44ac5964e3fff9b72 (patch) | |
tree | cb6e704cd0c67262559ba36304e821419815ae48 /packages/libmad/libmad_0.15.1b.bb | |
parent | c6ec69a299dcd1d092cc3fe98860b26470cc897b (diff) |
libmad: merged with Poky: pkg-config support + no-Thumb for ARM
r3469: libmad: add pkg-config support
r3352: libmad: use ARM instruction set when building for Thumb
Diffstat (limited to 'packages/libmad/libmad_0.15.1b.bb')
-rw-r--r-- | packages/libmad/libmad_0.15.1b.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/libmad/libmad_0.15.1b.bb b/packages/libmad/libmad_0.15.1b.bb index 1f341b9957..d828ca85a4 100644 --- a/packages/libmad/libmad_0.15.1b.bb +++ b/packages/libmad/libmad_0.15.1b.bb @@ -3,15 +3,16 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "libid3tag" LICENSE = "GPL" +PR = "r3" -PR = "r2" +SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \ + file://add-pkgconfig.patch;patch=1" -SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz" S = "${WORKDIR}/libmad-${PV}" SRC_URI_append_avr32 = " file://libmad-0.15.1b-avr32-optimization.patch;patch=1" -inherit autotools +inherit autotools pkgconfig EXTRA_OECONF = "-enable-speed --enable-shared" # The ASO's don't take any account of thumb... @@ -27,3 +28,5 @@ do_stage() { oe_libinstall -so libmad ${STAGING_LIBDIR} install -m 0644 mad.h ${STAGING_INCDIR} } + +ARM_INSTRUCTION_SET = "arm" |