cdparanoia_svn.bb : also add configure.in.patch to svn version
authorGraeme Gregory <dp@xora.org.uk>
Thu, 3 Dec 2009 09:58:38 +0000 (09:58 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 3 Dec 2009 09:58:38 +0000 (09:58 +0000)
This fixes the "No 16bit type found" error messages.

recipes/cdparanoia/cdparanoia_svn.bb

index 018e0b9..71fafee 100644 (file)
@@ -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"