From 730b296642862b601f512e563e20446606aab9e2 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Mon, 29 Mar 2021 15:36:39 +0900 Subject: [PATCH] packaging: remove initrd-flash dependency to fm-data To split device specific data from common image, remove dependency to device specific fm-data from initrd-flash package. Note: RPI images have fm-data-rpi3 explictly, so it will not break current flash process. Change-Id: Ie1f714686b383c350cb9897ae36548c812a0840a Signed-off-by: Seung-Woo Kim --- packaging/initrd-flash.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/initrd-flash.spec b/packaging/initrd-flash.spec index 2a00fd3..6a45ec0 100644 --- a/packaging/initrd-flash.spec +++ b/packaging/initrd-flash.spec @@ -13,7 +13,6 @@ BuildRequires: pkgconfig(libusbgx) Requires: util-linux Requires: bash Requires: initrd-recovery -Requires: fm-data Requires: module-init-tools Requires: libusbgx -- 2.7.4