mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-02-07 01:06:39 +01:00
We will need west for a few things. First, west knows about all the boards supported, so for automatic machine generation, we will need to be able to run west boards. Secondly, I want to get rid of the dependance on MACHINEOVERRIDES in machine definition files. One of the things that drives me a bit mad about how we're doing this is effort replication. Zephyr knows what the machine is, and modules needed and includes. We shouldn't need to replicate that effort. Future patches will address that through automatic machine generation. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
16 lines
611 B
BlitzBasic
16 lines
611 B
BlitzBasic
# SPDX-FileCopyrightText: Huawei Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
SUMMARY = "Python pygments"
|
|
HOMEPAGE = "https://pypi.org/project/Pygments/"
|
|
DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
|
SRC_URI = "https://files.pythonhosted.org/packages/b7/b3/5cba26637fe43500d4568d0ee7b7362de1fb29c0e158d50b4b69e9a40422/Pygments-2.10.0.tar.gz"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "Pygments"
|
|
SRC_URI[md5sum] = "87369a4e15019caf9cf056ab2c5858b3"
|
|
BBCLASSEXTEND = "native nativesdk"
|