summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-config/secondary-config.bb
diff options
context:
space:
mode:
authorAnatoliy Odukha <aodukha@gmail.com>2021-08-05 14:22:58 +0300
committerGitHub <noreply@github.com>2021-08-05 14:22:58 +0300
commitf29bd466855c3b57a264c34764504c0837ab0eb2 (patch)
tree9acfde74b457f8f555277179f0d8fa8ca44d1944 /recipes-test/demo-config/secondary-config.bb
parenta0d9835bad4c86416323b1055315fc1fb09bcde5 (diff)
parentf46d8ef7e0eaa3c3df743fff3821115697093d7b (diff)
downloadmeta-updater-f29bd466855c3b57a264c34764504c0837ab0eb2.tar.gz
Merge pull request #816 from shr-project/jansa/master
Convert to new override syntax
Diffstat (limited to 'recipes-test/demo-config/secondary-config.bb')
-rw-r--r--recipes-test/demo-config/secondary-config.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/demo-config/secondary-config.bb b/recipes-test/demo-config/secondary-config.bb
index 638f0ae..a0e5d50 100644
--- a/recipes-test/demo-config/secondary-config.bb
+++ b/recipes-test/demo-config/secondary-config.bb
@@ -50,7 +50,7 @@ do_install () {
50 50
51} 51}
52 52
53FILES_${PN} = " \ 53FILES:${PN} = " \
54 ${libdir}/sota/conf.d \ 54 ${libdir}/sota/conf.d \
55 ${libdir}/sota/conf.d/30-pacman-config.toml \ 55 ${libdir}/sota/conf.d/30-pacman-config.toml \
56 ${libdir}/sota/conf.d/35-network-config.toml \ 56 ${libdir}/sota/conf.d/35-network-config.toml \