diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-07 01:59:35 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:45:23 +0000 |
commit | 4b293da59639a0159149005c1b00fc93fccee4c7 (patch) | |
tree | 0d70fe9b32f21d2e2d33a4d1b4d3c44bc6c0714b /meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |
parent | 5809ce0c895ddb96c4b1dd4c87ebd85dfbe5c1a0 (diff) | |
download | poky-4b293da59639a0159149005c1b00fc93fccee4c7.tar.gz |
e2fsprogs: populate-extfs.sh: remove it
Remove it since we don't need it anymore, and there is one inside the
e2fsprogs.
[YOCTO #4083]
(From OE-Core rev: f3a95ca6886b55e5819b068bdbd2cceb882d91a6)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb index b369038f6b..3864ec1d47 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | |||
@@ -4,7 +4,6 @@ require e2fsprogs.inc | |||
4 | SRC_URI += "file://acinclude.m4 \ | 4 | SRC_URI += "file://acinclude.m4 \ |
5 | file://remove.ldconfig.call.patch \ | 5 | file://remove.ldconfig.call.patch \ |
6 | file://fix-icache.patch \ | 6 | file://fix-icache.patch \ |
7 | file://populate-extfs.sh \ | ||
8 | file://quiet-debugfs.patch \ | 7 | file://quiet-debugfs.patch \ |
9 | file://0001-mke2fs-add-the-ability-to-copy-files-from-a-given-di.patch \ | 8 | 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 \ | 9 | file://0002-misc-create_inode.c-copy-files-recursively.patch \ |
@@ -51,7 +50,6 @@ do_install () { | |||
51 | mv ${D}${base_libdir}/e2initrd_helper ${D}${libdir} | 50 | mv ${D}${base_libdir}/e2initrd_helper ${D}${libdir} |
52 | mv ${D}${base_libdir}/pkgconfig ${D}${libdir} | 51 | mv ${D}${base_libdir}/pkgconfig ${D}${libdir} |
53 | fi | 52 | fi |
54 | install -m 0755 ${WORKDIR}/populate-extfs.sh ${D}${bindir} | ||
55 | } | 53 | } |
56 | 54 | ||
57 | RDEPENDS_e2fsprogs = "e2fsprogs-badblocks" | 55 | RDEPENDS_e2fsprogs = "e2fsprogs-badblocks" |