diff options
| author | Changqing Li <changqing.li@windriver.com> | 2018-07-18 15:31:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-07-20 16:07:12 -0700 |
| commit | a2ef7b3cdedcd2cdf91dc38401f07674ddccc082 (patch) | |
| tree | d4dd26aad5c8898978f49e4246acb5555c885451 | |
| parent | 5d6d1bb305c197497adee1d7367b19b9681d746b (diff) | |
| download | meta-openembedded-a2ef7b3cdedcd2cdf91dc38401f07674ddccc082.tar.gz | |
pps-tools: 0.0.0+gitX -> 1.0.2
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 |
