Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/12299
Change subject: Introduce recipe liboping 1.10.0 ...................................................................... Introduce recipe liboping 1.10.0 It is a requirement for osmo-sysmon (to be added in follow-up patches). Change-Id: I98ffbf39870b309da0ccdde81047d4c124633ad4 --- A recipes-support/liboping/liboping_1.10.0.bb 1 file changed, 14 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/99/12299/1 diff --git a/recipes-support/liboping/liboping_1.10.0.bb b/recipes-support/liboping/liboping_1.10.0.bb new file mode 100644 index 0000000..4c4dc90 --- /dev/null +++ b/recipes-support/liboping/liboping_1.10.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "C library to generate ICMP echo requests, better known as 'ping packets'" +HOMEPAGE = "https://noping.cc/" +SECTION = "libs" +LICENSE = "LGPLv2.1+" + +SRC_URI = "https://noping.cc/files/liboping-${PV}.tar.gz" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI[md5sum] = "3a11b18a92b651225da10108242f71a4" +SRC_URI[sha256sum] = "c206b05743d0730814be3115b48abd0b00016677525153c78730da307aba0846" + +EXTRA_OECONF += "--without-ncurses --without-perl-bindings" + +inherit autotools pkgconfig -- To view, visit https://gerrit.osmocom.org/12299 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: meta-telephony Gerrit-Branch: 201705 Gerrit-MessageType: newchange Gerrit-Change-Id: I98ffbf39870b309da0ccdde81047d4c124633ad4 Gerrit-Change-Number: 12299 Gerrit-PatchSet: 1 Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>