mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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>
19 lines
757 B
BlitzBasic
19 lines
757 B
BlitzBasic
SUMMARY = "beep allows you to have the PC speaker issue beeps and beep patterns"
|
|
DESCRIPTION = "beep allows you to have the PC speaker issue beeps and beep \
|
|
patterns with given frequencies, durations, and spacing."
|
|
HOMEPAGE = "https://github.com/spkr-beep/beep"
|
|
BUGTRACKER = "https://github.com/spkr-beep/beep/issues"
|
|
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://github.com/spkr-beep/beep.git;protocol=https;branch=master \
|
|
file://0001-beep-library-Make-it-compatible-with-c99.patch"
|
|
SRCREV = "11453a79f2cea81832329b06ca3a284aa7a0a52e"
|
|
|
|
EXTRA_OEMAKE = "prefix='${prefix}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'"
|
|
|
|
do_install() {
|
|
oe_runmake install DESTDIR='${D}'
|
|
}
|