diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-12-31 09:22:21 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-31 10:35:45 +0000 |
commit | b674ca412f7d98197b210b5ac39fda721a479f5a (patch) | |
tree | 2f7e6bb848ebe46fcae3bb773159f9840cc7dc05 | |
parent | 5c82102bb1f6ec3cdc97258a36912628cc518b24 (diff) |
Ensure the codename is in OVERRIDES
Change-Id: Id5a1a8e0cabf8181342103aa8aae8413ceb30d5c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl/conf/distro/poky-agl.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl/conf/distro/poky-agl.conf b/meta-agl/conf/distro/poky-agl.conf index dd28e1248..24ab167ce 100644 --- a/meta-agl/conf/distro/poky-agl.conf +++ b/meta-agl/conf/distro/poky-agl.conf @@ -75,3 +75,5 @@ PREFERRED_PROVIDER_jpeg = "libjpeg-turbo" # required overrides, upstreamed but not merged yet: # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107727.html #SECURITY_CFLAGS_pn-llvm3.3 = "${SECURITY_NO_PIE_CFLAGS}" + +OVERRIDES_append = ":${DISTRO_CODENAME}"
\ No newline at end of file |