From 8e36191fbe07c1a84e4a58423178b01f09dcd5b7 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 14 Aug 2018 00:22:18 +0800 Subject: python3-blivet: remove dmraid from dependency check OE does not have dmraid recipe, so remove it from dependency check. Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb') 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 \ file://0009-invoking-fsck-with-infinite-timeout.patch \ file://0010-invoking-mkfs-with-infinite-timeout.patch \ file://0011-invoking-dd-with-infinite-timeout.patch \ + file://0012-remove-dmraid-dependency-check.patch \ " UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P\d+(\.\d+)+)$" -- cgit v1.2.3-54-g00ecf