diff options
Diffstat (limited to 'meta-oe/recipes-devtools/cpp-argparse/cpp-argparse_3.2.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/cpp-argparse/cpp-argparse_3.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/cpp-argparse/cpp-argparse_3.2.bb b/meta-oe/recipes-devtools/cpp-argparse/cpp-argparse_3.2.bb new file mode 100644 index 0000000000..cb7ae45d38 --- /dev/null +++ b/meta-oe/recipes-devtools/cpp-argparse/cpp-argparse_3.2.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Argument Parser for Modern C++" | ||
| 2 | HOMEPAGE = "https://github.com/p-ranav/argparse" | ||
| 3 | BUGTRACKER = "https://github.com/p-ranav/argparse/issues" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4f3ed9ec2c801700ac8fda1fcd29a330" | ||
| 6 | |||
| 7 | SRCREV = "3eda91b2e1ce7d569f84ba295507c4cd8fd96910" | ||
| 8 | SRC_URI = "git://github.com/p-ranav/argparse.git;branch=master;protocol=https;tag=v${PV}" | ||
| 9 | |||
| 10 | inherit cmake | ||
| 11 | EXTRA_OECMAKE = "-DARGPARSE_BUILD_TESTS=OFF" | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
