mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparation for adding the autogenerated zephyr machines. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
15 lines
482 B
BlitzBasic
15 lines
482 B
BlitzBasic
# SPDX-FileCopyrightText: Huawei Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
SUMMARY = "Python lpc_checksum"
|
|
HOMEPAGE = "https://pypi.org/project/lpc_checksum"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=85c86965b0249c221935f585c0313d60"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "lpc_checksum"
|
|
SRC_URI[md5sum] = "eef81888414a111e1fd5992b8614b6cb"
|
|
SRC_URI[sha256sum] = "1f2fb198483cc718141f1aa0ed4717fd188e29874d7db0409d1ed04358b64185"
|
|
BBCLASSEXTEND = "native nativesdk"
|