[PATCH] snapcraft.yaml: fix name of staging package (LP: #1777662)

Colin King colin.king at canonical.com
Tue Jun 19 15:09:47 UTC 2018


From: Colin Ian King <colin.king at canonical.com>

Staging package should be libfdt1

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 04262535..184f1a46 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -9,7 +9,7 @@ parts:
         plugin: autotools
         source: git://kernel.ubuntu.com/hwe/fwts
         stage-packages:
-            - libftdi1
+            - libfdt1
         build-packages:
             - gcc
             - make
-- 
2.17.0




More information about the fwts-devel mailing list