mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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>
12 lines
342 B
BlitzBasic
12 lines
342 B
BlitzBasic
SUMMARY = "MyPaint brushes"
|
|
LICENSE = "CC0-1.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=65d3616852dbf7b1a6d4b53b00626032"
|
|
|
|
inherit autotools allarch
|
|
|
|
SRC_URI = "git://github.com/mypaint/mypaint-brushes.git;protocol=https;branch=v1.3.x"
|
|
SRCREV = "8a0124ac0675103eae8fa41fad533851768ae1ce"
|
|
PV = "1.3.1"
|
|
|
|
FILES:${PN} += "${datadir}/mypaint-data"
|