diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-11-08 12:25:19 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2017-11-08 12:25:19 +0100 |
commit | f1689ba27ff8940e57573ad195d349e84be5732a (patch) | |
tree | 44b3a82d2a16a2a73c85949aa44ffda73941fef7 /recipes-support | |
parent | 5812f4926da904de47c3e5c9c16f8605795c332e (diff) | |
download | meta-updater-f1689ba27ff8940e57573ad195d349e84be5732a.tar.gz |
Fix ca-certificates-native dependency.
/etc is not added to the sysroot by default, so force it. Also, move the
dependency to where it is actually used.
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/ca-certificates/ca-certificates_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-support/ca-certificates/ca-certificates_%.bbappend b/recipes-support/ca-certificates/ca-certificates_%.bbappend new file mode 100644 index 0000000..afaadfd --- /dev/null +++ b/recipes-support/ca-certificates/ca-certificates_%.bbappend | |||
@@ -0,0 +1 @@ | |||
SYSROOT_DIRS += "/etc" | |||