mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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
This commit is contained in:
@@ -3,11 +3,14 @@ SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "libid3tag"
|
||||
LICENSE = "GPL"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz \
|
||||
file://add-pkgconfig.patch;patch=1"
|
||||
|
||||
SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/libmad-${PV}"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "-enable-speed --enable-shared"
|
||||
# The ASO's don't take any account of thumb...
|
||||
|
||||
Reference in New Issue
Block a user