mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 10:29:40 +01:00
- also remove the libtool.patch since it is already in the release version - update the LIC_FILES_CHKSUM, the license is not changed, just use sqlite3.h as more appropriate license file. the original sqlite3.c is actually not point to license content. (From OE-Core rev: 195d907986f19131d8f545b7473a676553c96028) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
366 B
BlitzBasic
11 lines
366 B
BlitzBasic
require sqlite3.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
|
|
|
|
SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070602.tar.gz"
|
|
S = "${WORKDIR}/sqlite-autoconf-3070602"
|
|
PR = "r0"
|
|
|
|
SRC_URI[md5sum] = "f16c08617968b4087b3d591fd575f59f"
|
|
SRC_URI[sha256sum] = "53aa66f30d8ff87230d4173b7979814432b8084da77fba05992223f76593fc81"
|