mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-20 04:10:38 +00:00
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"
|