Skip to content

Commit 018fa65

Browse files
committed
nlohmann-json: new recipe
Signed-off-by: Scott Ware <[email protected]>
1 parent fb7d7a7 commit 018fa65

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
DESCRIPTION = "JSON for Modern C++"
2+
HOMEPAGE = "https://github.com/nlohmann/json"
3+
AUTHOR = "Niels Lohmann"
4+
LICENSE = "MIT"
5+
LIC_FILES_CHKSUM = "file://LICENSE.MIT;md5=f969127d7b7ed0a8a63c2bbeae002588"
6+
7+
inherit cmake pkgconfig
8+
9+
PR = "r0"
10+
11+
SRC_URI = "\
12+
git://github.com/nlohmann/json.git;protocol=https;branch=master;tag=v${PV} \
13+
"
14+
15+
S = "${WORKDIR}/git"
16+
17+
ALLOW_EMPTY:${PN} = "1"
18+
19+
BBCLASSEXTEND = "native nativesdk"
20+

0 commit comments

Comments
 (0)