summaryrefslogtreecommitdiffstats
path: root/meta-agl-wireless-monitor/recipes-component/boa/boa_0.94.13.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-27 22:28:57 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-27 22:31:49 +0200
commit624c9f96ac09d9f2fcdb34b02188e14a276bb7ee (patch)
tree33f6312f111ee47dae1cf74d5da612f0c069479b /meta-agl-wireless-monitor/recipes-component/boa/boa_0.94.13.bb
parentc1c38eaa75539f4eff86ad144427fdbb155ab251 (diff)
meta-agl-devel: remove meta-agl-wireless-monitor
Unused and unmaintained. Restore if you intent to maintain it. Bug-AGL: SPEC-5151 Change-Id: I871192973167cc674e47867961a3525459aeeca8 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-wireless-monitor/recipes-component/boa/boa_0.94.13.bb')
-rw-r--r--meta-agl-wireless-monitor/recipes-component/boa/boa_0.94.13.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-agl-wireless-monitor/recipes-component/boa/boa_0.94.13.bb b/meta-agl-wireless-monitor/recipes-component/boa/boa_0.94.13.bb
deleted file mode 100644
index fbdc799c..00000000
--- a/meta-agl-wireless-monitor/recipes-component/boa/boa_0.94.13.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-SUMMARY = "Boa Web Server"
-HOMEPAGE = "http://www.boa.org/"
-DESCRIPTION = "Boa web server is a tiny web server."
-
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://Gnu_License;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-DEPENDS = "bison-native flex-native"
-
-SRC_URI = "http://www.boa.org/boa-0.94.13.tar.gz \
- file://0001-boa-fix-compat.h.patch \
- file://0001-boa-fix-configure-avoid-run-test-on-cross-platform.patch \
- file://0001-boa-fix-icky-kernel-bug.patch \
- file://0001-boa-modify-conf-file-matching-AGL-system.patch \
-"
-
-SRC_URI[sha256sum] = "e00bb50eb859c736f2afc913976e82e8fc68a1fbe34fa294e014aa95f4d87366"
-
-do_configure() {
- cd ${S}/src
- ./configure
- sed -i '/^CC =/ s/$/& -fcommon/' Makefile
-}
-
-do_compile() {
- cd ${S}/src
- oe_runmake
-}
-
-do_install() {
- install -d ${D}/usr/bin/
- install -m 0755 ${S}/src/boa ${D}/usr/bin/
- install -m 0755 ${S}/src/boa_indexer ${D}/usr/bin/
- install -d ${D}/etc/boa/
- install -m 0755 ${S}/boa.conf ${D}/etc/boa/
-}
-
-RDEPENDS:${PN} += "mime-support"