diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-02-04 11:06:04 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-02 16:30:07 +0100 |
commit | f70d35000835303e32b801cf3456d2a8ef7cca5b (patch) | |
tree | 218cf87859d9f2f2a3f625798ee3bf469099684a /package/dmraid/dmraid-fix-make-remove.patch | |
parent | 35d3713bdc20a3ac22537ca04b0c1c6deab625cc (diff) | |
download | buildroot-f70d35000835303e32b801cf3456d2a8ef7cca5b.tar.gz buildroot-f70d35000835303e32b801cf3456d2a8ef7cca5b.zip |
dmraid: bump version to 1.0.0.rc16-3
dmraid rc15 does not support later Intel Software RAID (isw) chipsets
correctly. Updating dmraid to a later edition fixes this issue.
Also cleanup and remove now useless patches.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Antony Vennard <arv@vx9.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dmraid/dmraid-fix-make-remove.patch')
-rw-r--r-- | package/dmraid/dmraid-fix-make-remove.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/dmraid/dmraid-fix-make-remove.patch b/package/dmraid/dmraid-fix-make-remove.patch deleted file mode 100644 index 0d6ae7571f..0000000000 --- a/package/dmraid/dmraid-fix-make-remove.patch +++ /dev/null @@ -1,22 +0,0 @@ -[PATCH]: dmraid: fix make remove for header files - -prefix/include/dmraid is not empty, so we need rm -rf - -Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> ---- - 1.0.0.rc15/include/Makefile.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: dmraid/1.0.0.rc15/include/Makefile.in -=================================================================== ---- dmraid.orig/1.0.0.rc15/include/Makefile.in -+++ dmraid/1.0.0.rc15/include/Makefile.in -@@ -24,7 +24,7 @@ install: install_dmraid_headers - - remove_dmraid_headers: - @echo "Removing $(HEADERS) from $(includedir)/dmraid" -- rm -f $(includedir)/dmraid -+ rm -rf $(includedir)/dmraid - - remove: remove_dmraid_headers - |