From b376a803cac9c6403ce7ddf2a4a479292ec9ba85 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 21 Jul 2010 13:21:49 +0800 Subject: module-init-tools: upgrade to 3.12 [Patches] KEEP _ignore_arch_directory_: ignore /etc/modprobe.d/arch, not sure reason now. keep it and to be verified later REMOVE _module-init-tools-remove-index.patch_: in upstream NEW _disable_man.patch_: a simpler patch to replace below removed two REMOVE _manpagesopt_: due to above new patch REMOVE _no_man_rebuild_: ditto KEEP _modutils_extension_: poky has its own name convention and thus need such knowledge in code [Recipe] - adjust indention - remove some old lines like ${S} and EXTRA_OECONF Signed-off-by: Kevin Tian --- .../files/module-init-tools-remove-index.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta/packages/module-init-tools/files/module-init-tools-remove-index.patch (limited to 'meta/packages/module-init-tools/files/module-init-tools-remove-index.patch') diff --git a/meta/packages/module-init-tools/files/module-init-tools-remove-index.patch b/meta/packages/module-init-tools/files/module-init-tools-remove-index.patch deleted file mode 100644 index c56532e00..000000000 --- a/meta/packages/module-init-tools/files/module-init-tools-remove-index.patch +++ /dev/null @@ -1,14 +0,0 @@ -http://uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/package/module-init-tools/module-init-tools-remove-index.patch?rev=16782&view=auto - -diff -ur module-init-tools-3.2.2/modprobe.c module-init-tools-3.2.2-patched/modprobe.c ---- module-init-tools-3.2.2/modprobe.c 2005-12-01 17:42:09.000000000 -0600 -+++ module-init-tools-3.2.2-patched/modprobe.c 2006-12-04 19:50:50.353237649 -0600 -@@ -270,7 +270,7 @@ - char *modname; - - /* Ignore lines without : or which start with a # */ -- ptr = index(line, ':'); -+ ptr = strchr(line, ':'); - if (ptr == NULL || line[strspn(line, "\t ")] == '#') - return 0; - -- cgit v1.2.3