summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-11 16:11:10 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-11 16:11:10 +0000
commit5ddce6396a50586e9b29e6768744ba681bdbf381 (patch)
treeb06791546bfdba7f4812dd8b8fc58970b5b50eeb
parent529625cb0c843d2a2daa254c56e338aee7134e91 (diff)
downloadpoky-5ddce6396a50586e9b29e6768744ba681bdbf381.tar.gz
libmad: add pkg-config support (from Poky trunk r3469)
git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@3470 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/libmad/libmad_0.15.1b.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/libmad/libmad_0.15.1b.bb b/meta/packages/libmad/libmad_0.15.1b.bb
index aac3736135..734e7cf299 100644
--- a/meta/packages/libmad/libmad_0.15.1b.bb
+++ b/meta/packages/libmad/libmad_0.15.1b.bb
@@ -3,11 +3,14 @@ SECTION = "libs"
3PRIORITY = "optional" 3PRIORITY = "optional"
4DEPENDS = "libid3tag" 4DEPENDS = "libid3tag"
5LICENSE = "GPL" 5LICENSE = "GPL"
6PR = "r1"
7
8SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \
9 file://add-pkgconfig.patch;patch=1"
6 10
7SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
8S = "${WORKDIR}/libmad-${PV}" 11S = "${WORKDIR}/libmad-${PV}"
9 12
10inherit autotools 13inherit autotools pkgconfig
11 14
12EXTRA_OECONF = "-enable-speed --enable-shared" 15EXTRA_OECONF = "-enable-speed --enable-shared"
13# The ASO's don't take any account of thumb... 16# The ASO's don't take any account of thumb...