diff options
| -rw-r--r-- | meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb new file mode 100644 index 0000000000..4a27e4b2a5 --- /dev/null +++ b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "SQLite ORM light header only library for modern C++" | ||
| 2 | HOMEPAGE = "https://github.com/fnc12/sqlite_orm" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5bf5ee8bb16d8e19359efe11bdc3f2" | ||
| 5 | |||
| 6 | inherit cmake | ||
| 7 | |||
| 8 | DEPENDS += "sqlite3" | ||
| 9 | |||
| 10 | SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b" | ||
| 11 | SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
| 17 | |||
| 18 | FILES_${PN}-dev += "${libdir}/cmake/${BPN}" | ||
| 19 | |||
| 20 | # Header-only library | ||
| 21 | RDEPENDS_${PN}-dev = "" | ||
| 22 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" \ No newline at end of file | ||
