diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-11-29 23:04:47 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-29 09:09:03 -0800 |
| commit | 73bac546bad75332f841e365f9ee4e147ea00884 (patch) | |
| tree | 8691660fc1be669d32571894ccbf64990fc24048 /meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | |
| parent | f01ecad6df503cac8bbf8be6fa5b2aed74784d01 (diff) | |
| download | meta-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.bb | 18 |
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 @@ | |||
| 1 | SUMMARY = "User-space tools for LinuxPPS" | ||
| 2 | HOMEPAGE = "http://linuxpps.org" | ||
| 3 | |||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | |||
| 7 | SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" | ||
| 8 | SRC_URI = "git://github.com/ago/pps-tools.git;branch=master;protocol=https" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "bash" | ||
| 13 | |||
| 14 | do_install() { | ||
| 15 | install -d ${D}${bindir} ${D}${includedir} \ | ||
| 16 | ${D}${includedir}/sys | ||
| 17 | oe_runmake 'DESTDIR=${D}' install | ||
| 18 | } | ||
