X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Flibevent%2Flibevent_2.0.21.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Flibevent%2Flibevent_2.0.21.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=fb1a13d8a53c2d574201272219134d0db6010479;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-support/libevent/libevent_2.0.21.bb b/meta-starlingx/meta-stx-integ/recipes-support/libevent/libevent_2.0.21.bb deleted file mode 100644 index fb1a13d..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-support/libevent/libevent_2.0.21.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "An asynchronous event notification library" -HOMEPAGE = "http://libevent.org/" -BUGTRACKER = "https://github.com/libevent/libevent/issues" -SECTION = "libs" - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=45c5316ff684bcfe2f9f86d8b1279559" - -inherit stx-metadata - -STX_REPO = "integ" -STX_SUBPATH = "base/libevent/files" - -SRC_URI = " \ - https://github.com/downloads/libevent/libevent/${BP}-stable.tar.gz \ - file://libevent-obsolete_automake_macros.patch \ - file://libevent-disable_tests.patch \ -" - -SRC_URI_STX = " \ - file://libevent-ipv6-client-socket.patch \ -" - -SRC_URI[md5sum] = "b2405cc9ebf264aa47ff615d9de527a2" -SRC_URI[sha256sum] = "22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5" - -S = "${WORKDIR}/${BP}-stable" - -inherit openssl10 - -PACKAGECONFIG ??= "openssl" -PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl10" - -inherit autotools - -# Needed for Debian packaging -LEAD_SONAME = "libevent-2.0.so" - -BBCLASSEXTEND = "native nativesdk"