diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-03 11:23:18 +0200 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2017-11-03 11:23:18 +0200 |
commit | 3814eb4b6341c2a3f6cc0c7811e88e0e4a417d32 (patch) | |
tree | 4ea1f2fd9fe1ba8067d7bd149f9482cb978bb9c5 /recipes-sota | |
parent | a1fc5efd57adae53dc5bf57da61a4e35e954cd3f (diff) | |
download | meta-updater-3814eb4b6341c2a3f6cc0c7811e88e0e4a417d32.tar.gz |
garage-sign: ship files
Fix the issue with installed but not shipped files.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-sota')
-rw-r--r-- | recipes-sota/garage-sign/garage-sign.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-sota/garage-sign/garage-sign.bb b/recipes-sota/garage-sign/garage-sign.bb index 3d8c98c..ccd7299 100644 --- a/recipes-sota/garage-sign/garage-sign.bb +++ b/recipes-sota/garage-sign/garage-sign.bb | |||
@@ -26,3 +26,9 @@ do_install() { | |||
26 | install -m "0644" -t ${D}${libdir} ${S}/lib/* | 26 | install -m "0644" -t ${D}${libdir} ${S}/lib/* |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} = " \ | ||
30 | /usr/bin \ | ||
31 | /usr/bin/garage-sign.bat \ | ||
32 | /usr/bin/garage-sign \ | ||
33 | /usr/lib/* \ | ||
34 | " | ||