diff options
-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" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | PV = "0.0.0+git${SRCPV}" | 7 | SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" |
8 | SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8" | ||
9 | SRC_URI = "git://github.com/ago/pps-tools.git" | 8 | SRC_URI = "git://github.com/ago/pps-tools.git" |
10 | 9 | ||
11 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
12 | 11 | ||
12 | RDEPENDS_pps-tools = "bash" | ||
13 | |||
13 | do_install() { | 14 | do_install() { |
14 | install -d ${D}${bindir} ${D}${includedir} \ | 15 | install -d ${D}${bindir} ${D}${includedir} \ |
15 | ${D}${includedir}/sys | 16 | ${D}${includedir}/sys |