diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-14 00:22:18 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
| commit | 8e36191fbe07c1a84e4a58423178b01f09dcd5b7 (patch) | |
| tree | f8eab9ed2ae88fd51d38f28dde1bd226c47e4e1c /meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb | |
| parent | 83c49777fc92f0673a6ddf735e53d8783b5a6ff5 (diff) | |
| download | meta-openembedded-8e36191fbe07c1a84e4a58423178b01f09dcd5b7.tar.gz | |
python3-blivet: remove dmraid from dependency check
OE does not have dmraid recipe, so remove it from dependency check.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb index 218c158c69..5fcbd88eba 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb | |||
| @@ -21,6 +21,7 @@ SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release \ | |||
| 21 | file://0009-invoking-fsck-with-infinite-timeout.patch \ | 21 | file://0009-invoking-fsck-with-infinite-timeout.patch \ |
| 22 | file://0010-invoking-mkfs-with-infinite-timeout.patch \ | 22 | file://0010-invoking-mkfs-with-infinite-timeout.patch \ |
| 23 | file://0011-invoking-dd-with-infinite-timeout.patch \ | 23 | file://0011-invoking-dd-with-infinite-timeout.patch \ |
| 24 | file://0012-remove-dmraid-dependency-check.patch \ | ||
| 24 | " | 25 | " |
| 25 | 26 | ||
| 26 | UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P<pver>\d+(\.\d+)+)$" | 27 | UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P<pver>\d+(\.\d+)+)$" |
