summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/stb/stb_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/stb/stb_git.bb b/recipes-devtools/stb/stb_git.bb
index 5dde7c1c5..db165588b 100644
--- a/recipes-devtools/stb/stb_git.bb
+++ b/recipes-devtools/stb/stb_git.bb
@@ -1,12 +1,14 @@
1SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++" 1SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++"
2DESCRIPTION = "Collection of single-file public domain (or MIT licensed) libraries for C/C++ covering image loading and writing, font rasterisation and more"
2HOMEPAGE = "https://github.com/nothings/stb" 3HOMEPAGE = "https://github.com/nothings/stb"
4SECTION = "libs"
3LICENSE = "MIT" 5LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2" 6LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2"
5 7
6PV = "0.0+git${SRCPV}" 8PV = "0.0+git${SRCPV}"
7 9
8SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0"
9SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master"
11SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0"
10 12
11do_install() { 13do_install() {
12 install -d ${D}${includedir} 14 install -d ${D}${includedir}