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..062eff1
--- /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://LICENSE;md5=aac743f09c3b727c9fa920ed48cc946d"
+
+SRCREV = "e25efba9b3abb16643262e9a9e3eb330c48cf9a5"
+SRC_URI = " \
+ git://github.com/linux-msm/${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"