mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
427 B
BlitzBasic
15 lines
427 B
BlitzBasic
SUMMARY = "dumb networking library"
|
|
HOMEPAGE = "http://code.google.com/p/libdnet/"
|
|
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/"
|
|
|