diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-02-27 15:26:49 +0000 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-02-28 12:48:20 +0100 |
| commit | bcb26ed634b82b9ab76255d36e558cfe6a2f0ed0 (patch) | |
| tree | f6bf68e97dac55a27e805c782eb2704fadfe7598 /recipes-devtools/python/rpio_0.10.0.bb | |
| parent | 9295c7fd71c4032fc71a2516d70f4f3e50b1cad0 (diff) | |
| download | meta-raspberrypi-bcb26ed634b82b9ab76255d36e558cfe6a2f0ed0.tar.gz | |
rpio: Include sys/types.h for caddr_t
Fixes build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/python/rpio_0.10.0.bb')
| -rw-r--r-- | recipes-devtools/python/rpio_0.10.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/python/rpio_0.10.0.bb b/recipes-devtools/python/rpio_0.10.0.bb index 1cc1661..69ecb6f 100644 --- a/recipes-devtools/python/rpio_0.10.0.bb +++ b/recipes-devtools/python/rpio_0.10.0.bb | |||
| @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://README.rst;beginline=41;endline=53;md5=d5d95d7486a4d9 | |||
| 7 | 7 | ||
| 8 | SRCNAME = "RPIO" | 8 | SRCNAME = "RPIO" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ |
| 11 | http://pypi.python.org/packages/source/R/RPIO/${SRCNAME}-${PV}.tar.gz \ | 11 | file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 14 | 14 | ||
| 15 | inherit setuptools | 15 | inherit setuptools |
