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