summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-29 23:04:47 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-29 09:09:03 -0800
commit73bac546bad75332f841e365f9ee4e147ea00884 (patch)
tree8691660fc1be669d32571894ccbf64990fc24048 /meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
parentf01ecad6df503cac8bbf8be6fa5b2aed74784d01 (diff)
downloadmeta-openembedded-73bac546bad75332f841e365f9ee4e147ea00884.tar.gz
pps-tools: upgrade 1.0.2 -> 1.0.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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, 0 insertions, 18 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
deleted file mode 100644
index 3d0c9df286..0000000000
--- a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "User-space tools for LinuxPPS"
2HOMEPAGE = "http://linuxpps.org"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d"
8SRC_URI = "git://github.com/ago/pps-tools.git;branch=master;protocol=https"
9
10S = "${WORKDIR}/git"
11
12RDEPENDS:${PN} = "bash"
13
14do_install() {
15 install -d ${D}${bindir} ${D}${includedir} \
16 ${D}${includedir}/sys
17 oe_runmake 'DESTDIR=${D}' install
18}