From a2ef7b3cdedcd2cdf91dc38401f07674ddccc082 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Wed, 18 Jul 2018 15:31:25 +0800 Subject: pps-tools: 0.0.0+gitX -> 1.0.2 Signed-off-by: Changqing Li Signed-off-by: Khem Raj --- meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | 18 ++++++++++++++++++ meta-oe/recipes-support/pps-tools/pps-tools_git.bb | 17 ----------------- 2 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb delete mode 100644 meta-oe/recipes-support/pps-tools/pps-tools_git.bb (limited to 'meta-oe/recipes-support/pps-tools') 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 +} diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb b/meta-oe/recipes-support/pps-tools/pps-tools_git.bb deleted file mode 100644 index 8bf9036990..0000000000 --- a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "User-space tools for LinuxPPS" -HOMEPAGE = "http://linuxpps.org" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -PV = "0.0.0+git${SRCPV}" -SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8" -SRC_URI = "git://github.com/ago/pps-tools.git" - -S = "${WORKDIR}/git" - -do_install() { - install -d ${D}${bindir} ${D}${includedir} \ - ${D}${includedir}/sys - oe_runmake 'DESTDIR=${D}' install -} -- cgit 1.2.3-korg