diff options
-rw-r--r-- | recipes-devtools/python/rpio_0.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/rpio_0.10.0.bb b/recipes-devtools/python/rpio_0.10.0.bb index c3254bc..e8dfbbc 100644 --- a/recipes-devtools/python/rpio_0.10.0.bb +++ b/recipes-devtools/python/rpio_0.10.0.bb | |||
@@ -10,7 +10,7 @@ inherit pypi | |||
10 | 10 | ||
11 | SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" | 11 | SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" |
12 | 12 | ||
13 | inherit setuptools | 13 | inherit setuptools3 |
14 | 14 | ||
15 | COMPATIBLE_MACHINE = "^rpi$" | 15 | COMPATIBLE_MACHINE = "^rpi$" |
16 | 16 | ||