diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-18 00:17:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-devtools/e2fsprogs | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz |
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since
striplevel=1 is default
(From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb index a7bef2546a..ea0782dea4 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.41.14.bb | |||
@@ -2,12 +2,12 @@ require e2fsprogs.inc | |||
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r1" |
4 | 4 | ||
5 | SRC_URI += "file://quotefix.patch;patch=1 \ | 5 | SRC_URI += "file://quotefix.patch \ |
6 | file://acinclude.m4" | 6 | file://acinclude.m4" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "05f70470aea2ef7efbb0845b2b116720" | 8 | SRC_URI[md5sum] = "05f70470aea2ef7efbb0845b2b116720" |
9 | SRC_URI[sha256sum] = "3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176" | 9 | SRC_URI[sha256sum] = "3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176" |
10 | #file://no-hardlinks.patch;patch=1 | 10 | #file://no-hardlinks.patch |
11 | 11 | ||
12 | PARALLEL_MAKE = "" | 12 | PARALLEL_MAKE = "" |
13 | 13 | ||