diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-04-25 12:48:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 09:52:28 +0100 |
commit | f7c35ad6267c7dfd37bad9c7521488c329f879b5 (patch) | |
tree | a6696bd29dfdbf1a2e11b9049b93c906ce8b8641 /meta/recipes-devtools/cdrtools/cdrtools-native | |
parent | 2870697f08c171f455dbba03dd529b8c4cf11937 (diff) | |
download | openembedded-core-f7c35ad6267c7dfd37bad9c7521488c329f879b5.tar.gz openembedded-core-f7c35ad6267c7dfd37bad9c7521488c329f879b5.tar.bz2 openembedded-core-f7c35ad6267c7dfd37bad9c7521488c329f879b5.zip |
cdrtools: recipe and patch cleanup
* 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
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native')
-rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native/glibc-conflict-rename.patch | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native/no_usr_src.patch | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native/glibc-conflict-rename.patch b/meta/recipes-devtools/cdrtools/cdrtools-native/glibc-conflict-rename.patch index 0b9b892aa2..2fd5696561 100644 --- a/meta/recipes-devtools/cdrtools/cdrtools-native/glibc-conflict-rename.patch +++ b/meta/recipes-devtools/cdrtools/cdrtools-native/glibc-conflict-rename.patch @@ -1,3 +1,11 @@ +This patch fixes collisions between locally defined functions +and glibc's fexecve() and getline() functions. + +Upstream-Status: Inappropriate [Other] +Upstream no longer maintains a GPL version of this utility. + +Signed-off-by: Scott Garman <scott.a.garman@intel.com> + Index: cdrtools-2.01/include/schily.h =================================================================== --- cdrtools-2.01.orig/include/schily.h 2009-06-18 11:30:45.000000000 +0100 diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native/no_usr_src.patch b/meta/recipes-devtools/cdrtools/cdrtools-native/no_usr_src.patch index 0318d31a6d..82e57d182d 100644 --- a/meta/recipes-devtools/cdrtools/cdrtools-native/no_usr_src.patch +++ b/meta/recipes-devtools/cdrtools/cdrtools-native/no_usr_src.patch @@ -1,3 +1,10 @@ +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 |