diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-21 14:01:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-21 14:02:27 +0100 |
commit | cef26f5246db0806eec160c1a3bf77789e0ef1a2 (patch) | |
tree | f08b8ce980ea0c9731fc9da5ce2fb6af9597082c /meta/recipes-devtools/e2fsprogs | |
parent | e4624e76cd53b6aee270a04784b1597e755839d5 (diff) | |
download | openembedded-core-cef26f5246db0806eec160c1a3bf77789e0ef1a2.tar.gz openembedded-core-cef26f5246db0806eec160c1a3bf77789e0ef1a2.tar.bz2 openembedded-core-cef26f5246db0806eec160c1a3bf77789e0ef1a2.zip |
e2fsprogs: Manually bump PR due to PV change (work around sstate confusion)
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.43.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb index e4695fbbec..aa1cbce93b 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb @@ -1,5 +1,7 @@ require e2fsprogs.inc +PR = "r1" + SRC_URI += "file://acinclude.m4 \ file://remove.ldconfig.call.patch \ file://quiet-debugfs.patch \ |