summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pps-tools
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/pps-tools
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/pps-tools')
-rw-r--r--meta-oe/recipes-support/pps-tools/pps-tools_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb b/meta-oe/recipes-support/pps-tools/pps-tools_git.bb
new file mode 100644
index 000000000..73c46eecd
--- /dev/null
+++ b/meta-oe/recipes-support/pps-tools/pps-tools_git.bb
@@ -0,0 +1,16 @@
1SUMMARY = "User-space tools for LinuxPPS"
2
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
5
6PV = "0.0.0+git${SRCPV}"
7SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
8SRC_URI = "git://github.com/ago/pps-tools.git"
9
10S = "${WORKDIR}/git"
11
12do_install() {
13 install -d ${D}${bindir} ${D}${includedir} \
14 ${D}${includedir}/sys
15 oe_runmake 'DESTDIR=${D}' install
16}