mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
19 lines
382 B
BlitzBasic
19 lines
382 B
BlitzBasic
|
DESCRIPTION = "raspi GPIO tools"
|
||
|
|
||
|
LICENSE = "MIT"
|
||
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||
|
|
||
|
# FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||
|
|
||
|
# DEPENDS = " "
|
||
|
|
||
|
# code
|
||
|
# SRCREV = "${AUTOREV}"
|
||
|
SRC_URI = "git://github.com/RPi-Distro/raspi-gpio.git"
|
||
|
|
||
|
# S="${WORKDIR}/git/platforms/unix/config"
|
||
|
# B="${WORKDIR}/build"
|
||
|
|
||
|
|
||
|
inherit autotools
|