diff options
author | Antia Puentes <apuentes@igalia.com> | 2020-02-18 12:48:03 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-27 22:24:57 +0000 |
commit | 373c69ed1c0c125e74c991d6fcc6aef27dcce1d3 (patch) | |
tree | 1885ffe50c9731da47f7342e343b45e473995ef8 /meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb | |
parent | 7b46ff981e90d9e7c8e1b7abee3aa19db8fd6e20 (diff) |
wam: bump revision, delete tinyproxyicefish_9.0.2icefish_9.0.1icefish/9.0.2icefish/9.0.19.0.29.0.1
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-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb')
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb deleted file mode 100644 index 25a6ed2d..00000000 --- a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Lightweight http(s) proxy daemon" -HOMEPAGE = "https://tinyproxy.github.io/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRC_URI = "git://github.com/Igalia/${PN}.git;branch=wam-proxy;protocol=https" -S = "${WORKDIR}/git" -SRCREV = "ab1b5c5a53960afd91d50b1f11e339f653602de8" - -EXTRA_OECONF += " \ - --enable-filter \ - --enable-transparent \ - --enable-reverse \ - --enable-upstream \ - --enable-xtinyproxy \ - " - -inherit autotools - -FILES_${PN} += "${datadir}/tinyproxy/*" |