aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/pil-squasher/pil-squasher_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/pil-squasher/pil-squasher_git.bb')
-rw-r--r--recipes-devtools/pil-squasher/pil-squasher_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-devtools/pil-squasher/pil-squasher_git.bb b/recipes-devtools/pil-squasher/pil-squasher_git.bb
new file mode 100644
index 0000000..0095282
--- /dev/null
+++ b/recipes-devtools/pil-squasher/pil-squasher_git.bb
@@ -0,0 +1,21 @@
+SUMMARY = "MDT to MBN conversion tool"
+HOMEPAGE = "https://github.com/andersson/pil-squasher.git"
+SECTION = "devel"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://pil-squasher.c;beginline=1;endline=30;md5=632a4253d26470c9301255e9a3dc31a0"
+
+SRCREV = "e8573feaad506f5f41227d8abd905312426607c1"
+SRC_URI = " \
+ git://github.com/andersson/${BPN}.git;branch=master;protocol=https \
+"
+
+PV = "0.0+${SRCPV}"
+
+S = "${WORKDIR}/git"
+
+do_install () {
+ oe_runmake install DESTDIR=${D} prefix=${prefix}
+}
+
+BBCLASSEXTEND = "native nativesdk"