summaryrefslogtreecommitdiffstats
path: root/meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb
diff options
context:
space:
mode:
authorJacobo Aragunde Pérez <jaragunde@igalia.com>2019-12-03 11:53:34 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-12-06 14:31:47 +0000
commit639fb2cc3de6bf6211aaa4909c7aabf658c29dc7 (patch)
tree5c40c5feef9d49bfd40a84611918c9b95b75f845 /meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb
parentfca7f231bf522024d50303c8f6c6adc3b0b5dee6 (diff)
meta-html5-framework: rename layer and featureicefish_8.99.2icefish/8.99.28.99.2
The new name for the layer is meta-agl-profile-graphical-html5 and the feature is agl-profile-graphical-html5, which better match the other existing features like agl-profile-graphical-qt5. Usage: aglsetup.sh -m $MACHINE agl-profile-graphical-html5 Build minimal image to run HTML5 apps: bitbake agl-image-graphical-html5 Include to agl-demo-platform: IMAGE_INSTALL_append = " packagegroup-agl-appfw-html5" Change-Id: I4a4d4f85dd7fc23be51621702f842aa86a0dc3a5 Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Diffstat (limited to 'meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb')
-rw-r--r--meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb b/meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb
deleted file mode 100644
index 25a6ed2d..00000000
--- a/meta-html5-framework/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/*"