DESCRIPTION = "ntpclient" SECTION = "iotproduct" LICENSE = "Google" LIC_FILES_CHKSUM = "file://README;md5=098a6a289094e42f974b11e2151f5644" PR = "r0" PV = "2010_365" SRC_URI = "http://doolittle.icarus.com/ntpclient/ntpclient_${PV}.tar.gz \ file://Makefile" S = "${WORKDIR}/${PN}-2010" do_patch () { cp -f ${WORKDIR}/Makefile ${S}/ } do_compile () { oe_runmake } do_install () { install -d ${D}/bin/ install -m 0755 ${S}/ntpclient ${D}/bin/ }