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/mtd | |
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/mtd')
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb b/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb index e73cf2dbe4..04531de24f 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_1.1.0+git.bb | |||
@@ -6,9 +6,9 @@ LICENSE = "GPLv2" | |||
6 | PR = "r2" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=b995f89a81589be8d8a41c374a6df109d0ee12b3 \ | 8 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=b995f89a81589be8d8a41c374a6df109d0ee12b3 \ |
9 | file://add-exclusion-to-mkfs-jffs2-git.patch;patch=1 \ | 9 | file://add-exclusion-to-mkfs-jffs2-git.patch \ |
10 | file://remove-ubi.patch;patch=1 \ | 10 | file://remove-ubi.patch \ |
11 | file://fix-ignoreerrors-git.patch;patch=1" | 11 | file://fix-ignoreerrors-git.patch" |
12 | 12 | ||
13 | S = "${WORKDIR}/git/" | 13 | S = "${WORKDIR}/git/" |
14 | 14 | ||
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb b/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb index f2de74d43f..c05149daf8 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_1.4.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
7 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" | 7 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" |
8 | 8 | ||
9 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=3c3674a6e1d3f59554b0ff68ca59be2fd4134e0c \ | 9 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=3c3674a6e1d3f59554b0ff68ca59be2fd4134e0c \ |
10 | file://add-exclusion-to-mkfs-jffs2-git-2.patch;patch=1" | 10 | file://add-exclusion-to-mkfs-jffs2-git-2.patch" |
11 | 11 | ||
12 | S = "${WORKDIR}/git/" | 12 | S = "${WORKDIR}/git/" |
13 | 13 | ||