mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-08-21 16:29:14 +02: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>
16 lines
527 B
BlitzBasic
16 lines
527 B
BlitzBasic
SUMMARY = "A python library for handling exceptions"
|
|
DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \
|
|
exceptions."
|
|
HOMEPAGE = "https://github.com/rhinstaller/python-meh"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
inherit setuptools3_legacy
|
|
|
|
|
|
SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master"
|
|
|
|
SRCREV = "f0fcc3ce1943dce9cf958f4a2f7398daff619c9f"
|
|
|
|
FILES:${PN} += "${datadir}/python-meh"
|