diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 22:28:57 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 22:31:49 +0200 |
commit | 624c9f96ac09d9f2fcdb34b02188e14a276bb7ee (patch) | |
tree | 33f6312f111ee47dae1cf74d5da612f0c069479b /meta-agl-wireless-monitor/recipes-component/libcgic/libcgic_2.0.8.bb | |
parent | c1c38eaa75539f4eff86ad144427fdbb155ab251 (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/libcgic/libcgic_2.0.8.bb')
-rw-r--r-- | meta-agl-wireless-monitor/recipes-component/libcgic/libcgic_2.0.8.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-agl-wireless-monitor/recipes-component/libcgic/libcgic_2.0.8.bb b/meta-agl-wireless-monitor/recipes-component/libcgic/libcgic_2.0.8.bb deleted file mode 100644 index 7b470ef0..00000000 --- a/meta-agl-wireless-monitor/recipes-component/libcgic/libcgic_2.0.8.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "CGIC library" -HOMEPAGE = "https://github.com/boutell/cgic" -DESCRIPTION = "An ANSI C library for CGI Programming." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://license.txt;md5=1ef0cf0c9e6e61f326fd48746179cf38" - -SRCREV = "a3490b7612f194f029b6e7a7fc602ad962bc33e2" - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/boutell/cgic.git;protocol=https;branch=master \ - file://0001-modify-makefile-for-cross-build.patch \ -" - -EXTRA_OEMAKE = "LDFLAGS='${LDFLAGS}'" - -do_install() { - install -d ${D}/usr/bin/cgi-bin - install -m 0755 ${S}/capture ${D}/usr/bin/cgi-bin - install -m 0755 ${S}/cgictest.cgi ${D}/usr/bin/cgi-bin -} |