mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01: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>
17 lines
461 B
BlitzBasic
17 lines
461 B
BlitzBasic
SUMMARY = "Render a loop of the Nyan Cat / Poptart Cat animation"
|
|
HOMEPAGE = "https://nyancat.dakko.us/"
|
|
SECTION = "graphics"
|
|
|
|
LICENSE = "NCSA"
|
|
LIC_FILES_CHKSUM = "file://src/nyancat.c;beginline=27;endline=49;md5=285f7ac87da4a631f348800687d845bd"
|
|
|
|
|
|
SRCREV = "5ffb6c5c03d0e9156db8f360599d4f0449bb16b9"
|
|
SRC_URI = " \
|
|
git://github.com/klange/nyancat;protocol=https;branch=master \
|
|
"
|
|
|
|
do_install:append() {
|
|
install -Dm 0755 ${S}/src/${BPN} ${D}${bindir}/${BPN}
|
|
}
|