diff options
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/acinclude.m4 (renamed from meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/acinclude.m4) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/fallocate.patch (renamed from meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/fallocate.patch) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/mkdir.patch (renamed from meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/mkdir.patch) | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/remove.ldconfig.call.patch (renamed from meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/remove.ldconfig.call.patch) | 11 | ||||
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb (renamed from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb) | 6 |
5 files changed, 14 insertions, 8 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/acinclude.m4 b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/acinclude.m4 index 4b00668476..4b00668476 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/acinclude.m4 +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/acinclude.m4 | |||
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/fallocate.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/fallocate.patch index 4d952a5df7..d074c15cfd 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/fallocate.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/fallocate.patch | |||
@@ -3,10 +3,10 @@ but we need to check if we have fallocate() | |||
3 | this problem shows up on uclibc systems since | 3 | this problem shows up on uclibc systems since |
4 | uclibc does not have fallocate() implemented | 4 | uclibc does not have fallocate() implemented |
5 | 5 | ||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | |||
8 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
9 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
9 | |||
10 | Index: e2fsprogs-1.42/lib/ext2fs/unix_io.c | 10 | Index: e2fsprogs-1.42/lib/ext2fs/unix_io.c |
11 | =================================================================== | 11 | =================================================================== |
12 | --- e2fsprogs-1.42.orig/lib/ext2fs/unix_io.c 2012-01-17 17:24:34.290780625 -0800 | 12 | --- e2fsprogs-1.42.orig/lib/ext2fs/unix_io.c 2012-01-17 17:24:34.290780625 -0800 |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/mkdir.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/mkdir.patch index e91ffa96c4..aa7a2981b4 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/mkdir.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/mkdir.patch | |||
@@ -1,4 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | 1 | Upstream-Status: Inappropriate [configuration] |
2 | |||
2 | Signed-off-by: Mei Lei <lei.mei@intel.com> | 3 | Signed-off-by: Mei Lei <lei.mei@intel.com> |
3 | 4 | ||
4 | Index: e2fsprogs-1.41.5/po/Makefile.in.in | 5 | Index: e2fsprogs-1.41.5/po/Makefile.in.in |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/remove.ldconfig.call.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/remove.ldconfig.call.patch index 0e5fd7d3fb..7be4c3e544 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42/remove.ldconfig.call.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.1/remove.ldconfig.call.patch | |||
@@ -1,11 +1,16 @@ | |||
1 | When /etc/ld.so.cache is writeable by user running bitbake then it creates invalid cache | 1 | When /etc/ld.so.cache is writeable by user running bitbake then it |
2 | (in my case libstdc++.so cannot be found after building zlib(-native) and I have to call | 2 | creates invalid cache (in my case libstdc++.so cannot be found after |
3 | touch */libstdc++.so && /sbin/ldconfig to fix it. | 3 | building zlib(-native) and I have to call touch */libstdc++.so && |
4 | /sbin/ldconfig to fix it. | ||
4 | 5 | ||
5 | So remove ldconfig call from make install-libs | 6 | So remove ldconfig call from make install-libs |
6 | 7 | ||
8 | Patch authored by Martin Jansa. | ||
9 | |||
7 | Upstream-Status: Inappropriate [disable feature] | 10 | Upstream-Status: Inappropriate [disable feature] |
8 | 11 | ||
12 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
13 | |||
9 | diff -uNr e2fsprogs-1.42.orig/lib/Makefile.elf-lib e2fsprogs-1.42/lib/Makefile.elf-lib | 14 | diff -uNr e2fsprogs-1.42.orig/lib/Makefile.elf-lib e2fsprogs-1.42/lib/Makefile.elf-lib |
10 | --- e2fsprogs-1.42.orig/lib/Makefile.elf-lib 2010-06-14 05:07:36.000000000 +0200 | 15 | --- e2fsprogs-1.42.orig/lib/Makefile.elf-lib 2010-06-14 05:07:36.000000000 +0200 |
11 | +++ e2fsprogs-1.42/lib/Makefile.elf-lib 2012-02-23 14:26:07.021272275 +0100 | 16 | +++ e2fsprogs-1.42/lib/Makefile.elf-lib 2012-02-23 14:26:07.021272275 +0100 |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb index 6e3f7b8377..6df7cea320 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | require e2fsprogs.inc | 1 | require e2fsprogs.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r0" |
4 | 4 | ||
5 | SRC_URI += "file://fallocate.patch \ | 5 | SRC_URI += "file://fallocate.patch \ |
6 | file://acinclude.m4 \ | 6 | file://acinclude.m4 \ |
7 | file://remove.ldconfig.call.patch \ | 7 | file://remove.ldconfig.call.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI[md5sum] = "a3c4ffd7352310ab5e9412965d575610" | 10 | SRC_URI[md5sum] = "8ed1501ae6746e2e735bdd1407211dc9" |
11 | SRC_URI[sha256sum] = "55b46db0cec3e2eb0e5de14494a88b01ff6c0500edf8ca8927cad6da7b5e4a46" | 11 | SRC_URI[sha256sum] = "0f1fdc10c6289b6750714490837df9aab691f352d33f5ecb64507704df6ff991" |
12 | 12 | ||
13 | EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-elf-shlibs --disable-libuuid --disable-uuidd" | 13 | EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-elf-shlibs --disable-libuuid --disable-uuidd" |
14 | EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" | 14 | EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs" |