mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
720 B
BlitzBasic
26 lines
720 B
BlitzBasic
# SPDX-FileCopyrightText: Huawei Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
HOMEPAGE = "https://booting.oniroproject.org/distro/components/pim435"
|
|
SUMMARY = "A userspace driver application for PIM435 written in C"
|
|
DESCRIPTION = "A userspace driver application for PIM435 (Pimoroni LED matrix) \
|
|
written in C"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663"
|
|
|
|
SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main"
|
|
SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689"
|
|
|
|
# Upstream repo does not tag
|
|
UPSTREAM_CHECK_COMMITS = "1"
|
|
|
|
|
|
DEPENDS = "i2c-tools"
|
|
|
|
EXTRA_OEMAKE += "DESTDIR=${D}"
|
|
|
|
do_install() {
|
|
oe_runmake install
|
|
}
|