cdrtools-native: Don't look for headers in /usr/src/linux, that would be crazy

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5204 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-09-22 11:48:01 +00:00
parent dc2a130909
commit 9b6a24b65d
2 changed files with 29 additions and 1 deletions

View File

@@ -5,8 +5,10 @@
LICENSE="GPL"
DESCRIPTION="A set of tools for CD recording, including cdrecord"
HOMEPAGE="http://cdrecord.berlios.de/old/private/cdrecord.html"
PR = "r1"
SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2"
SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \
file://no_usr_src.patch;patch=1"
S="${WORKDIR}/cdrtools-${PV}"