Merge commit '7daf173e303492e1fb8400793841e305529c3852' into dora

This commit is contained in:
Harald Welte 2015-02-23 21:48:46 +01:00
commit 78a71230c3
2 changed files with 17 additions and 1 deletions

View File

@ -8,7 +8,7 @@ SECTION = "console/network"
LICENSE = "NTP"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f41fedb22dffefcbfafecc85b0f79cfa"
DEPENDS = "libevent"
DEPENDS = "pps-tools libevent"
SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \
file://ntp-4.2.4_p6-nano.patch \

View File

@ -0,0 +1,16 @@
SUMMARY = "User-space tools for LinuxPPS"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PV = "0.0.0+git${SRCPV}"
SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
SRC_URI = "git://github.com/ago/pps-tools.git"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}${bindir} ${D}${includedir} \
${D}${includedir}/sys
oe_runmake 'DESTDIR=${D}' install
}