aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-07-18 15:31:25 +0800
committerKhem Raj <raj.khem@gmail.com>2018-07-20 16:07:12 -0700
commita2ef7b3cdedcd2cdf91dc38401f07674ddccc082 (patch)
treed4dd26aad5c8898978f49e4246acb5555c885451 /meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
parent5d6d1bb305c197497adee1d7367b19b9681d746b (diff)
downloadmeta-openembedded-contrib-a2ef7b3cdedcd2cdf91dc38401f07674ddccc082.tar.gz
pps-tools: 0.0.0+gitX -> 1.0.2
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb')
-rw-r--r--meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
new file mode 100644
index 0000000000..106be35406
--- /dev/null
+++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
@@ -0,0 +1,18 @@
+SUMMARY = "User-space tools for LinuxPPS"
+HOMEPAGE = "http://linuxpps.org"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d"
+SRC_URI = "git://github.com/ago/pps-tools.git"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_pps-tools = "bash"
+
+do_install() {
+ install -d ${D}${bindir} ${D}${includedir} \
+ ${D}${includedir}/sys
+ oe_runmake 'DESTDIR=${D}' install
+}