mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
8980f0d2a2
SECTION has been used inconsistently throughout the recipes in this layer. Convert them to all use the same convention. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
16 lines
444 B
BlitzBasic
16 lines
444 B
BlitzBasic
SUMMARY = "dumb networking library"
|
|
HOMEPAGE = "http://code.google.com/p/libdnet/"
|
|
SECTION = "libs"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9"
|
|
|
|
SRC_URI = "http://libdnet.googlecode.com/files/libdnet-${PV}.tgz"
|
|
|
|
SRC_URI[md5sum] = "9253ef6de1b5e28e9c9a62b882e44cc9"
|
|
SRC_URI[sha256sum] = "83b33039787cf99990e977cef7f18a5d5e7aaffc4505548a83d31bd3515eb026"
|
|
|
|
inherit autotools
|
|
|
|
acpaths = "-I ./config/"
|
|
|