mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 20:10:54 +00:00
add sqlite-orm v1.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f472089319
commit
bc62c2e221
22
meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb
Normal file
22
meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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})"
|
||||||
Loading…
x
Reference in New Issue
Block a user