diff options
Diffstat (limited to 'meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb')
-rw-r--r-- | meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb | 6 |
1 files changed, 4 insertions, 2 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 index db90bc589e..ee203f83e2 100644 --- a/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb +++ b/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb | |||
@@ -8,8 +8,10 @@ inherit cmake | |||
8 | DEPENDS += "sqlite3" | 8 | DEPENDS += "sqlite3" |
9 | 9 | ||
10 | SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b" | 10 | SRCREV = "e8a9e9416f421303f4b8970caab26dadf8bae98b" |
11 | SRC_URI = "git://github.com/fnc12/sqlite_orm;protocol=https;branch=master" | 11 | SRC_URI = " \ |
12 | S = "${WORKDIR}/git" | 12 | git://github.com/fnc12/sqlite_orm;protocol=https;branch=master \ |
13 | file://0001-fix-cstdint-error-with-gcc-15.0.1.patch \ | ||
14 | " | ||
13 | 15 | ||
14 | EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF -DLIB_INSTALL_DIR=${libdir} \ | 16 | EXTRA_OECMAKE += "-DSqliteOrm_BuildTests=OFF -DLIB_INSTALL_DIR=${libdir} \ |
15 | -DCMAKE_INSTALL_DIR=${libdir}/cmake \ | 17 | -DCMAKE_INSTALL_DIR=${libdir}/cmake \ |