mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
* Recipe cleanup, added missing metadata fields and fixed whitespace issues * Added Upstream-Status to patches * Confirmed that CVE-2003-0655 does not apply to this recipe as rscsi is not packaged (From OE-Core rev: f7c35ad6267c7dfd37bad9c7521488c329f879b5) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
34 lines
1.3 KiB
Diff
34 lines
1.3 KiB
Diff
Remove hard-coded references to /usr/src/linux/include to avoid
|
|
host contamination.
|
|
|
|
Upstream-Status: [Other (build-system specific)]
|
|
|
|
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
|
|
|
Index: cdrtools-2.01/DEFAULTS/Defaults.gnu
|
|
===================================================================
|
|
--- cdrtools-2.01.orig/DEFAULTS/Defaults.gnu 2008-09-22 12:42:12.000000000 +0100
|
|
+++ cdrtools-2.01/DEFAULTS/Defaults.gnu 2008-09-22 12:42:27.000000000 +0100
|
|
@@ -18,7 +18,7 @@
|
|
###########################################################################
|
|
CWARNOPTS=
|
|
|
|
-DEFINCDIRS= $(SRCROOT)/include /usr/src/linux/include
|
|
+DEFINCDIRS= $(SRCROOT)/include
|
|
LDPATH= -L/opt/schily/lib
|
|
RUNPATH= -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)
|
|
|
|
Index: cdrtools-2.01/DEFAULTS/Defaults.linux
|
|
===================================================================
|
|
--- cdrtools-2.01.orig/DEFAULTS/Defaults.linux 2008-09-22 12:42:08.000000000 +0100
|
|
+++ cdrtools-2.01/DEFAULTS/Defaults.linux 2008-09-22 12:42:37.000000000 +0100
|
|
@@ -18,7 +18,7 @@
|
|
###########################################################################
|
|
CWARNOPTS=
|
|
|
|
-DEFINCDIRS= $(SRCROOT)/include /usr/src/linux/include
|
|
+DEFINCDIRS= $(SRCROOT)/include
|
|
LDPATH= -L/opt/schily/lib
|
|
RUNPATH= -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)
|
|
|