diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-07 01:59:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:45:23 +0000 |
commit | fb980f759b15e21be2a7b6b6c246d82703f85da9 (patch) | |
tree | 2a0a3bf81d7eb7db90b4d421b1d79162afc1cd1b | |
parent | b7afd101b8a6a29d77bb0bbb8d67d0e2984fb193 (diff) | |
download | poky-fb980f759b15e21be2a7b6b6c246d82703f85da9.tar.gz |
e2fsprogs: enable the "-d" related patches
These patches should be enabled at the same time, so enable them in a
single commit, and thus we can disable it easily.
[YOCTO #4083]
(From OE-Core rev: 671bf47101b8f7bd2e6e8b7920615f9e7837ea81)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb index 0c8ec717f5..b369038f6b 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |||
@@ -6,6 +6,17 @@ SRC_URI += "file://acinclude.m4 \ | |||
6 | file://fix-icache.patch \ | 6 | file://fix-icache.patch \ |
7 | file://populate-extfs.sh \ | 7 | file://populate-extfs.sh \ |
8 | file://quiet-debugfs.patch \ | 8 | file://quiet-debugfs.patch \ |
9 | file://0001-mke2fs-add-the-ability-to-copy-files-from-a-given-di.patch \ | ||
10 | file://0002-misc-create_inode.c-copy-files-recursively.patch \ | ||
11 | file://0003-misc-create_inode.c-create-special-file.patch \ | ||
12 | file://0004-misc-create_inode.c-create-symlink.patch \ | ||
13 | file://0005-misc-create_inode.c-copy-regular-file.patch \ | ||
14 | file://0006-misc-create_inode.c-create-directory.patch \ | ||
15 | file://0007-misc-create_inode.c-set-owner-mode-time-for-the-inod.patch \ | ||
16 | file://0008-mke2fs.c-add-an-option-d-root-directory.patch \ | ||
17 | file://0009-misc-create_inode.c-handle-hardlinks.patch \ | ||
18 | file://0010-debugfs-use-the-functions-in-misc-create_inode.c.patch \ | ||
19 | file://0011-mke2fs.8.in-update-the-manual-for-the-d-option.patch \ | ||
9 | " | 20 | " |
10 | 21 | ||
11 | SRC_URI[md5sum] = "3f8e41e63b432ba114b33f58674563f7" | 22 | SRC_URI[md5sum] = "3f8e41e63b432ba114b33f58674563f7" |