mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
fc78d37ff0
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>
14 lines
376 B
BlitzBasic
14 lines
376 B
BlitzBasic
SUMMARY = "Useful programs to test rtc drivers"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=74274e8a218423e49eefdea80bc55038"
|
|
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/${BPN}.git;protocol=https;branch=master"
|
|
SRCREV = "61839777afedcc7bdb68ea4628c5ce5ca72c2ac8"
|
|
|
|
|
|
EXTRA_OEMAKE = "DESTDIR=${D}"
|
|
|
|
do_install() {
|
|
oe_runmake install
|
|
}
|