We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7d7a7 commit 018fa65Copy full SHA for 018fa65
recipes-support/nlohmann-json/nlohmann-json_3.11.3.bb
@@ -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