From 3794440b47ceada080b365e281b76313c7a2e255 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Tue, 17 Jul 2018 11:47:41 +0200 Subject: [PATCH] UBUNTU: snapcraft.yaml: copy retpoline-extract-one to scripts before build Signed-off-by: Paolo Pisati --- snapcraft.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index e38cfe76..7aefaf9 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -17,6 +17,10 @@ parts: kconfigflavour: generic kconfigs: - CONFIG_DEBUG_INFO=n + override-build: | + cp debian/scripts/retpoline-extract-one \ + $SNAPCRAFT_PART_BUILD/scripts/ubuntu-retpoline-extract-one + snapcraftctl build firmware: plugin: nil stage-packages: -- 2.7.4