diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-04-08 04:18:11 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-04-08 04:18:11 +0000 |
commit | f9bd1cbd32d2084c76671d138ace8888d1e5da1e (patch) | |
tree | 936b1173768b8ecc067de97e4fa0f6b7ac7663ec /package/mtd/mtd-utils.git/mtd-utils-all-argp.patch | |
parent | 09351e5814b0ef5cc96f2d0b6fd2859de4927f05 (diff) | |
download | buildroot-novena-f9bd1cbd32d2084c76671d138ace8888d1e5da1e.tar.gz buildroot-novena-f9bd1cbd32d2084c76671d138ace8888d1e5da1e.zip |
Remove configuration item for git commit ID, as our patches are version-specific.
Upgrade to a newer version than the previous default.
Fix parallel compile issue.
Fix issue with quoting of URL.
Diffstat (limited to 'package/mtd/mtd-utils.git/mtd-utils-all-argp.patch')
-rw-r--r-- | package/mtd/mtd-utils.git/mtd-utils-all-argp.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/mtd/mtd-utils.git/mtd-utils-all-argp.patch b/package/mtd/mtd-utils.git/mtd-utils-all-argp.patch deleted file mode 100644 index 04ea332c1..000000000 --- a/package/mtd/mtd-utils.git/mtd-utils-all-argp.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- mtd-utils-e6088d987c545d60a86e1f44836ab8ba072fffd9/ubi-utils/new-utils/src/ubicrc32.c.orig 2008-03-26 16:08:13.000000000 +1100 -+++ mtd-utils-e6088d987c545d60a86e1f44836ab8ba072fffd9/ubi-utils/new-utils/src/ubicrc32.c 2008-03-26 16:08:20.000000000 +1100 -@@ -26,7 +26,6 @@ - #include <stdint.h> - #include <stdlib.h> - #include <getopt.h> --#include <argp.h> - #include <unistd.h> - #include <mtd/ubi-header.h> - |