diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-02-27 15:26:46 +0000 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-02-28 12:48:20 +0100 |
| commit | c65b0b8c3ff4e06febaf9c104d191fcc6dd816eb (patch) | |
| tree | 1f7c7ee97580a2c25b90241c23e770f540e3ada6 /recipes-devtools/python/python-rtimu_git.bb | |
| parent | bcb26ed634b82b9ab76255d36e558cfe6a2f0ed0 (diff) | |
| download | meta-raspberrypi-c65b0b8c3ff4e06febaf9c104d191fcc6dd816eb.tar.gz | |
python-rtimu: Fix build with musl
ioctl(3) needs to include asm/ioctl.h for its signature
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-rtimu_git.bb')
| -rw-r--r-- | recipes-devtools/python/python-rtimu_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-rtimu_git.bb b/recipes-devtools/python/python-rtimu_git.bb index f51a234..63c92b3 100644 --- a/recipes-devtools/python/python-rtimu_git.bb +++ b/recipes-devtools/python/python-rtimu_git.bb | |||
| @@ -5,7 +5,9 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" | 6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master" | 8 | SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master \ |
| 9 | file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \ | ||
| 10 | " | ||
| 9 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" | 11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" |
| 10 | 12 | ||
| 11 | S = "${WORKDIR}/git/Linux/python/" | 13 | S = "${WORKDIR}/git/Linux/python/" |
