rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "dumb networking library" |
| 2 | HOMEPAGE = "http://code.google.com/p/libdnet/" |
| 3 | SECTION = "libs" |
| 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" |
| 6 | |
| 7 | SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" |
| 8 | SRCREV = "12fca29a6d4e99d1b923d6820887fe7b24226904" |
| 9 | |
| 10 | UPSTREAM_CHECK_GITTAGREGEX = "libdnet-(?P<pver>\d+(\.\d+)+)" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | inherit autotools |
| 15 | |
| 16 | acpaths = "-I ./config/" |
| 17 | |
| 18 | BBCLASSEXTEND = "native" |