mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Upgrade from 2.01 -> 3.00 - Updated md5 of the license file because new information was added by the owner. - Removed glibc-conflict-rename.patch because it is not required anymore. - Updated no_usr_src.patch because it didn't apply. (From OE-Core rev: 951a8e422be93a3d06d0149f9b070eddcdb37afb) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 8d835cc7185e7cd878712d8208e6aa29b227ceff Mon Sep 17 00:00:00 2001
|
|
From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
|
|
Date: Thu, 9 May 2013 16:03:59 +0300
|
|
Subject: [PATCH] Remove hard-coded references to /usr/src/linux/include to
|
|
avoid host contamination.
|
|
|
|
Upstream-Status: Innappropriate [configuration]
|
|
|
|
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
|
|
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
|
---
|
|
cdrtools-3.00/DEFAULTS/Defaults.gnu | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
mode change 100644 => 100755 cdrtools-3.00/DEFAULTS/Defaults.gnu
|
|
|
|
diff --git a/DEFAULTS/Defaults.gnu b/cdrtools-3.00/DEFAULTS/Defaults.gnu
|
|
old mode 100644
|
|
new mode 100755
|
|
index e3e102b..8a18209
|
|
--- a/DEFAULTS/Defaults.gnu
|
|
+++ b/DEFAULTS/Defaults.gnu
|
|
@@ -28,7 +28,7 @@ DEFLINKMODE= static
|
|
###########################################################################
|
|
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)
|
|
RUNPATH= -R$(INS_BASE)/lib -R/opt/schily/lib
|
|
--
|
|
1.7.9.5
|
|
|