mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libmad: fix parse error
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3471 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,7 +5,7 @@ DEPENDS = "libid3tag"
|
||||
LICENSE = "GPL"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
|
||||
file://add-pkgconfig.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/libmad-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user