d5bba26801
Upstream suggests to use it as a static library only, so follow that principle. Signed-off-by: Alessandro Partesotti <a.partesotti@gmail.com> [Arnout: - keep DEVELOPERS alphabetical; - use oatpp for the prompt; - add threads to the toolchain dependencies comment; - move comment after the main prompt; - rewrap the help text; - empty line before upstream URL; - hash comment Locally calulated instead of pointing to upstream tarball URL; - change hash to sha256; - add hash for license file; - reorder variables in .mk file; - use _CONF_OPTS instead of invalid _CMAKE_OPTS. ] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
config BR2_PACKAGE_OATPP
|
|
bool "oatpp"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
Oat++ is an open-source C++ web framework for highly scalable
|
|
and resource-efficient web applications. It provides all the
|
|
necessary components for production-grade development.
|
|
|
|
https://oatpp.io/docs/start
|
|
|
|
comment "oatpp needs a toolchain w/ C++, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|