mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -30,17 +30,17 @@ REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
inherit setuptools3 python3native
|
||||
|
||||
RDEPENDS_${PN} += "python3-pykickstart python3-pyudev \
|
||||
RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \
|
||||
parted python3-pyparted multipath-tools \
|
||||
lsof cryptsetup libblockdev \
|
||||
libbytesize \
|
||||
"
|
||||
|
||||
FILES_${PN} += " \
|
||||
FILES:${PN} += " \
|
||||
${datadir}/dbus-1/system-services \
|
||||
"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
SYSTEMD_SERVICE_${PN} = "blivet.service"
|
||||
SYSTEMD_SERVICE:${PN} = "blivet.service"
|
||||
|
||||
@@ -18,11 +18,11 @@ REQUIRED_DISTRO_FEATURES = "x11 systemd"
|
||||
|
||||
inherit setuptools3 python3native
|
||||
|
||||
RDEPENDS_${PN} = "python3-pygobject python3 \
|
||||
RDEPENDS:${PN} = "python3-pygobject python3 \
|
||||
python3-blivet gtk+3 \
|
||||
python3-pid libreport \
|
||||
"
|
||||
|
||||
FILES_${PN} += " \
|
||||
FILES:${PN} += " \
|
||||
${datadir}/* \
|
||||
"
|
||||
|
||||
@@ -12,8 +12,8 @@ SRC_URI = "git://github.com/gt3389b/python-cson.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
DEPENDS_append_class-native = " python-native "
|
||||
RDEPENDS:${PN}:class-native = ""
|
||||
DEPENDS:append:class-native = " python-native "
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
|
||||
@@ -13,5 +13,5 @@ SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=mas
|
||||
"
|
||||
SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105"
|
||||
|
||||
FILES_${PN} += "${datadir}/*"
|
||||
FILES:${PN} += "${datadir}/*"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ PYPI_PACKAGE = "ephem"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-math \
|
||||
"
|
||||
|
||||
@@ -3,10 +3,10 @@ HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart"
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
DEPENDS = "python3"
|
||||
RDEPENDS_${PN} = "python3 \
|
||||
RDEPENDS:${PN} = "python3 \
|
||||
python3-requests \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
@@ -16,10 +16,10 @@ inherit pypi distutils3
|
||||
|
||||
DEPENDS += "parted"
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
parted (>= 2.3) \
|
||||
python3-stringold python3-codecs python3-math \
|
||||
"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
RDEPENDS:${PN}:class-native = ""
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -27,7 +27,7 @@ DEPENDS += " \
|
||||
${PYTHON_PN}-wheel-native \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
@@ -43,7 +43,7 @@ RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-yamlloader \
|
||||
"
|
||||
|
||||
ALTERNATIVE_${PN} = "mof_compiler"
|
||||
ALTERNATIVE:${PN} = "mof_compiler"
|
||||
ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
|
||||
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
|
||||
@@ -15,7 +15,7 @@ DEPENDS += " \
|
||||
${PYTHON_PN}-click-native \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
${PYTHON_PN}-ply \
|
||||
${PYTHON_PN}-pyyaml \
|
||||
${PYTHON_PN}-six \
|
||||
|
||||
Reference in New Issue
Block a user