aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cdparanoia
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-12-03 09:58:38 +0000
committerGraeme Gregory <dp@xora.org.uk>2009-12-03 09:58:38 +0000
commit549b1eca05952ca09e1cb2ffd7aa6b6762c09383 (patch)
tree651c8b1be8ab63818a55e0ed66a2b21b8bc9e883 /recipes/cdparanoia
parent6a8c9d9393f97c85172a80b8b64db8a464897d84 (diff)
downloadopenembedded-549b1eca05952ca09e1cb2ffd7aa6b6762c09383.tar.gz
cdparanoia_svn.bb : also add configure.in.patch to svn version
This fixes the "No 16bit type found" error messages.
Diffstat (limited to 'recipes/cdparanoia')
-rw-r--r--recipes/cdparanoia/cdparanoia_svn.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/cdparanoia/cdparanoia_svn.bb b/recipes/cdparanoia/cdparanoia_svn.bb
index 018e0b9155..71fafee281 100644
--- a/recipes/cdparanoia/cdparanoia_svn.bb
+++ b/recipes/cdparanoia/cdparanoia_svn.bb
@@ -2,7 +2,7 @@
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
-PR ="r0"
+PR ="r1"
LICENSE="GPL"
PV = "10.2+svnr${SRCPV}"
@@ -11,7 +11,8 @@ SRC_URI="svn://svn.xiph.org/trunk;module=cdparanoia;proto=http \
file://fixes10.patch;patch=1 \
file://Makefile.in.patch;patch=1 \
file://interface_Makefile.in.patch;patch=1 \
- file://paranoia_Makefile.in.patch;patch=1 "
+ file://paranoia_Makefile.in.patch;patch=1 \
+ file://configure.in.patch;patch=1 "
S="${WORKDIR}/cdparanoia"