xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools_1.0.3.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "User-space tools for LinuxPPS"
2*4882a593SmuzhiyunHOMEPAGE = "http://linuxpps.org"
3*4882a593Smuzhiyun
4*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
5*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSRCREV = "c50cb7183e252b47308fa22f420e0a877277aa29"
8*4882a593SmuzhiyunSRC_URI = "git://github.com/ago/pps-tools.git;branch=master;protocol=https"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunS = "${WORKDIR}/git"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunRDEPENDS:${PN} = "bash"
13*4882a593Smuzhiyun
14*4882a593Smuzhiyundo_install() {
15*4882a593Smuzhiyun        install -d ${D}${bindir} ${D}${includedir} \
16*4882a593Smuzhiyun                   ${D}${includedir}/sys
17*4882a593Smuzhiyun        oe_runmake 'DESTDIR=${D}' install
18*4882a593Smuzhiyun}
19