mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user