mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
Move checksums into the relevant recipes as currently python-git and python3-git are at different versions - RB. (From OE-Core rev: b7c00d3290ea99547f04ae2bcb4c8dcb969888c0) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
365 B
BlitzBasic
11 lines
365 B
BlitzBasic
require python-git.inc
|
|
|
|
SRC_URI[md5sum] = "d92d96a8da0fc77cf141d3e16084e094"
|
|
SRC_URI[sha256sum] = "85de72556781480a38897a77de5b458ae3838b0fd589593679a1b5f34d181d84"
|
|
|
|
DEPENDS = "python3-gitdb"
|
|
|
|
inherit setuptools3
|
|
|
|
RDEPENDS_${PN} += "python3-gitdb python3-lang python3-io python3-shell python3-math python3-re python3-subprocess python3-stringold python3-unixadmin"
|