mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-01-11 15:00:13 +00:00
Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX
is set to match S from bitbake.conf (which itself is set to match typical tarball
releases).
https://git.openembedded.org/openembedded-core/commit/?id=f80c07019ddadaf9c5fb890faabfda7920ecd15e
https://git.openembedded.org/openembedded-core/commit/?id=46480a5e66747a673041fe4452a0ab14a1736d5e
Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
438 B
BlitzBasic
16 lines
438 B
BlitzBasic
DESCRIPTION = "Tool to help debug / hack at the BCM283x GPIO"
|
|
HOMEPAGE = "https://github.com/RPi-Distro/raspi-gpio"
|
|
SECTION = "devel/libs"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a14affa234debc057b47cdca615b2192"
|
|
|
|
COMPATIBLE_MACHINE = "^rpi$"
|
|
|
|
inherit autotools
|
|
|
|
SRCREV = "22b44e4765b4b78dc5b22394fff484e353d5914d"
|
|
SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git;protocol=https;branch=master \
|
|
"
|
|
|
|
|