add sqlite3 3.38.5

This commit is contained in:
Huang Xin 2022-05-13 08:47:07 -07:00
parent 61fc42ec77
commit cd3e07efa7
6 changed files with 11 additions and 24 deletions

View File

@ -1,24 +0,0 @@
SUMMARY = "jemalloc memory allocator"
DESCRIPTION = "jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support."
HOMEPAGE = "http://jemalloc.net/"
DEPENDS = ""
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
SRC_URI = "file://jemalloc-${PV}.tar.gz"
SRC_URI[md5sum] = "594dd8e0a1e8c1ef8a1b210a1a5aff5b"
SRC_URI[sha256sum] = "ef6f74fd45e95ee4ef7f9e19ebe5b075ca6b7fbe0140612b2a161abafb7ee179"
# this is a revision number that should be updated every time you alter this recipe
PR = "r0"
inherit autotools
do_configure_prepend() {
echo "++++++Work dir:"${S}
cd ${S} && ./autogen.sh
}

View File

View File

View File

View File

@ -0,0 +1,11 @@
require sqlite3.inc
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
SRC_URI = "\
https://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz \
"
SRC_URI[md5sum] = "d7d14ef5e1cf2ce974bdd62a9cee347f"
SRC_URI[sha256sum] = "5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c"