summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-devtools/run-agl-postinsts
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-03-29 16:53:45 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-29 15:46:35 +0000
commit09fd2eddd43d660e4fb890bdb818021ec7279eba (patch)
tree55b1ab24cb2f79e396d55a100c92ef8cb1b78b34 /meta-app-framework/recipes-devtools/run-agl-postinsts
parent2f6d1e8d3c1b19737d26a3979942c6defc5a8408 (diff)
Fix virtual provider for webruntime
A recipe that is to be used as virtual provider needs to declare this in a PROVIDES += 'virtual/foo' statement. The selection then happens through a PREFERRED_PROVIDER. Add the missing PROVIDES. Additionally we found that in case of web-runtime, _R_PROVIDES is not reflecting the PROVIDES as expected and added the necessary override there, too. Kudos to co-investigator Stéphane Desneux. Change-Id: Ic9224ea122c21dab6ab2e7e515d6ac4d0417ef57 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-devtools/run-agl-postinsts')
0 files changed, 0 insertions, 0 deletions
ht .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
##
## Copyright (C) 2016-2019 "IoT.bzh"
##
## This file is part of afb-daemon project.
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
##   http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##

includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@

Name: @PROJECT_PRETTY_NAME@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
URL: @PROJECT_URL@

Requires: json-c libsystemd
Cflags: -I${includedir}
Libs: -L${libdir} -lafbwsc