mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
The apt recipe had the correct checksums, the -native did not. Depending on which downloaded first, the build could succeed or fail. This patch corrects the checksums for -native to match the apt recipe. (From OE-Core rev: 86d0708bb59952a139e705a8c396e70dd0084b75) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
317 B
BlitzBasic
10 lines
317 B
BlitzBasic
require apt-native.inc
|
|
|
|
SRC_URI += "file://noconfigure.patch \
|
|
file://no-curl.patch"
|
|
|
|
SRC_URI[md5sum] = "85781bb39901d6fb79c37ca307929594"
|
|
SRC_URI[sha256sum] = "dcef6fc33948d5e430d337ad6326bf7ac3d06b14d99ede176809461ac12b4c6f"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|