mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Update github hash for the release Add correct RDEPENDS for the minimal python installs Remove a patch no longer required Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
11 lines
201 B
BlitzBasic
11 lines
201 B
BlitzBasic
require python-pyparted.inc
|
|
|
|
PV = "3.10.7+git${SRCPV}"
|
|
|
|
inherit distutils3
|
|
|
|
RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math"
|
|
RDEPENDS_${PN}_class-native = ""
|
|
|
|
BBCLASSEXTEND = "native"
|