mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00

Some of them were introduced by mass-removal of S = WORKDIR/git assignments; rather than try to fix up (or redo) just these, I've run this sed command over the whole tree: sed -i -z -E 's/([ \t\f\v\r]*\n){3,}/\n\n/g' `find . -name *.bb -o -name *.inc` The rationale is that more than one empty line is wasting vertical screen space, and does nothing for readability. Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
755 B
BlitzBasic
21 lines
755 B
BlitzBasic
SUMMARY = "Python interface to the Raspberry Pi camera module"
|
|
DESCRIPTION = "This package provides a pure Python interface to the Raspberry Pi camera module for Python 2.7 (or above) or Python 3.2 (or above)."
|
|
HOMEPAGE = "https://github.com/waveform80/picamera"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4de8aab427192e4a8322a71375d20e21"
|
|
|
|
RDEPENDS:${PN} = "python3-numbers \
|
|
python3-ctypes \
|
|
python3-colorzero \
|
|
picamera-libs \
|
|
"
|
|
|
|
SRC_URI = "git://git@github.com/waveform80/picamera.git;protocol=ssh;branch=master"
|
|
SRCREV = "7e4f1d379d698c44501fb84b886fadf3fc164b70"
|
|
|
|
inherit setuptools3
|
|
|
|
COMPATIBLE_HOST = "null"
|
|
COMPATIBLE_HOST:rpi:libc-glibc = "(arm.*)-linux"
|