mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
22 lines
611 B
BlitzBasic
22 lines
611 B
BlitzBasic
SUMMARY = "SQLite ORM light header only library for modern C++"
|
|
HOMEPAGE = "https://github.com/fnc12/sqlite_orm"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5bf5ee8bb16d8e19359efe11bdc3f2"
|
|
|
|
inherit cmake
|
|
|
|
DEPENDS += "sqlite3"
|
|
|
|
SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b"
|
|
SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
FILES:${PN}-dev += "${libdir}/cmake/${BPN}"
|
|
|
|
# Header-only library
|
|
RDEPENDS:${PN}-dev = ""
|
|
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |