X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-support%2Flibevent%2Flibevent_2.0.21.bb;fp=meta-stx%2Frecipes-support%2Flibevent%2Flibevent_2.0.21.bb;h=af7344ed97edf8732c3604eadff13e96ebf1dbd2;hb=bc2b930d34075fbf923d5af6f58e6cd8ad91adcc;hp=0000000000000000000000000000000000000000;hpb=5e8c60664ac7ec6a4b2033e40f90d9e39541a9b4;p=pti%2Frtp.git diff --git a/meta-stx/recipes-support/libevent/libevent_2.0.21.bb b/meta-stx/recipes-support/libevent/libevent_2.0.21.bb new file mode 100644 index 0000000..af7344e --- /dev/null +++ b/meta-stx/recipes-support/libevent/libevent_2.0.21.bb @@ -0,0 +1,46 @@ +# +## Copyright (C) 2019 Wind River Systems, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +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" + +SRC_URI = " \ + https://github.com/downloads/libevent/libevent/${BP}-stable.tar.gz \ + file://libevent-obsolete_automake_macros.patch \ + file://libevent-disable_tests.patch \ + 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"