summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb (renamed from meta-oe/recipes-support/pps-tools/pps-tools_git.bb)5
1 files changed, 3 insertions, 2 deletions
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
index 8bf9036990..106be35406 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"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6 6
7PV = "0.0.0+git${SRCPV}" 7SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d"
8SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
9SRC_URI = "git://github.com/ago/pps-tools.git" 8SRC_URI = "git://github.com/ago/pps-tools.git"
10 9
11S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
12 11
12RDEPENDS_pps-tools = "bash"
13
13do_install() { 14do_install() {
14 install -d ${D}${bindir} ${D}${includedir} \ 15 install -d ${D}${bindir} ${D}${includedir} \
15 ${D}${includedir}/sys 16 ${D}${includedir}/sys