[oe] [PATCH][meta-oe] pps-tools: 0.0.0+gitX -> 1.0.2

changqing.li at windriver.com changqing.li at windriver.com
Wed Jul 18 07:31:25 UTC 2018


From: Changqing Li <changqing.li at windriver.com>

Signed-off-by: Changqing Li <changqing.li at windriver.com>
---
 .../pps-tools/{pps-tools_git.bb => pps-tools_1.0.2.bb}               | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/pps-tools/{pps-tools_git.bb => pps-tools_1.0.2.bb} (82%)

diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
similarity index 82%
rename from meta-oe/recipes-support/pps-tools/pps-tools_git.bb
rename to meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
index 8bf9036..106be35 100644
--- a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb
+++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb
@@ -4,12 +4,13 @@ HOMEPAGE = "http://linuxpps.org"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-PV = "0.0.0+git${SRCPV}"
-SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
+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
-- 
2.7.4




More information about the Openembedded-devel mailing list