Signed-off-by: Qin Su <[email protected]>
---
meta-arago-extras/recipes-support/stb/stb.bb | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 meta-arago-extras/recipes-support/stb/stb.bb
diff --git a/meta-arago-extras/recipes-support/stb/stb.bb
b/meta-arago-extras/recipes-support/stb/stb.bb
new file mode 100644
index 0000000..bc3f7bf
--- /dev/null
+++ b/meta-arago-extras/recipes-support/stb/stb.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "single-file public domain (or MIT licensed) libraries for C/C++"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://README.md;md5=42144ce827adcfa5170032f0ea03c227"
+
+SRCREV = "e6afb9cbae4064da8c3e69af3ff5c4629579c1d2"
+
+S = "${WORKDIR}/git"
+
+SRC_URI = " \
+ git://github.com/nothings/stb.git \
+"
+do_install() {
+ install -d ${D}${includedir}
+ cp -r ${S}/*.h ${D}${includedir}
+}
+
+PACKAGES =+ "${PN}-bash-completion"
+FILES_${PN}-bash-completion += "${bindir}/stb_completions.sh"
+RDEPENDS_${PN}-bash-completion = "bash bash-completion"
+
--
1.9.1
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago