wam: bump revision, delete tinyproxy 45/24045/2
authorAntia Puentes <apuentes@igalia.com>
Tue, 18 Feb 2020 11:48:03 +0000 (12:48 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 27 Feb 2020 22:24:50 +0000 (22:24 +0000)
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>
meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb [deleted file]
meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb

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 (file)
index 25a6ed2..0000000
+++ /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/*"
index 1161359..2ccd6e6 100644 (file)
@@ -25,7 +25,7 @@ SRC_URI = "\
     file://trunc-webapp-roles.patch \
 "
 S = "${WORKDIR}/git"
-SRCREV = "a9e009347be183b1b880243151a2242f2f6c59b9"
+SRCREV = "060043b40ffc9fafcf94eec832c2158e81c74f32"
 
 do_install_append() {
     install -d ${D}${sysconfdir}/wam
@@ -39,7 +39,6 @@ do_install_append() {
     ln -sf ../WebAppMgr@.service ${D}${systemd_system_unitdir}/afm-user-session@.target.wants/
 }
 
-RDEPENDS_${PN} += "wam-tinyproxy"
 FILES_${PN} += "${sysconfdir}/init ${sysconfdir}/wam ${libdir}/webappmanager/plugins/*.so ${systemd_system_unitdir}"
 
 CXXFLAGS_append_agl-devel = " -DAGL_DEVEL"