summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-graphics/wayland/weston-ini-conf-guest/weston.cluster-guest.ini
diff options
context:
space:
mode:
authorAntia Puentes <apuentes@igalia.com>2020-02-18 12:48:03 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-27 22:24:57 +0000
commit373c69ed1c0c125e74c991d6fcc6aef27dcce1d3 (patch)
tree1885ffe50c9731da47f7342e343b45e473995ef8 /meta-agl-lxc/recipes-graphics/wayland/weston-ini-conf-guest/weston.cluster-guest.ini
parent7b46ff981e90d9e7c8e1b7abee3aa19db8fd6e20 (diff)
Since the WAM revision this patch updates to, tinyproxy code is no longer referenced by WAM, delete its recipe and references. Bug-AGL: SPEC-3185 Change-Id: I6c3c241de2b7bc61be8a184c3c96397d478e04a5 Signed-off-by: Antia Puentes <apuentes@igalia.com>
Diffstat (limited to 'meta-agl-lxc/recipes-graphics/wayland/weston-ini-conf-guest/weston.cluster-guest.ini')
0 files changed, 0 insertions, 0 deletions
ame.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
DESCRIPTION = "Example of how to build an external Linux kernel module"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
#LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
#		   "  

inherit module

PV = "0.1"

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https"

S = "${WORKDIR}/git/driver/${PN}"
SRCREV = "7850efa9077fa84536e0442c65d39a36e25e39d1"
#SRCREV = "${AUTOREV}"

# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.