diff options
Diffstat (limited to 'recipes-devtools/python')
| -rw-r--r-- | recipes-devtools/python/rpi-gpio_0.6.2.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/python/rpio_0.10.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.6.2.bb b/recipes-devtools/python/rpi-gpio_0.6.2.bb index a08ea98..9c72168 100644 --- a/recipes-devtools/python/rpi-gpio_0.6.2.bb +++ b/recipes-devtools/python/rpi-gpio_0.6.2.bb | |||
| @@ -17,5 +17,5 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 17 | 17 | ||
| 18 | inherit distutils | 18 | inherit distutils |
| 19 | 19 | ||
| 20 | COMPATIBLE_MACHINE = "raspberrypi" | 20 | COMPATIBLE_MACHINE = "^rpi$" |
| 21 | 21 | ||
diff --git a/recipes-devtools/python/rpio_0.10.0.bb b/recipes-devtools/python/rpio_0.10.0.bb index 1a6cee7..998fdb3 100644 --- a/recipes-devtools/python/rpio_0.10.0.bb +++ b/recipes-devtools/python/rpio_0.10.0.bb | |||
| @@ -14,7 +14,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 14 | 14 | ||
| 15 | inherit setuptools | 15 | inherit setuptools |
| 16 | 16 | ||
| 17 | COMPATIBLE_MACHINE = "raspberrypi" | 17 | COMPATIBLE_MACHINE = "^rpi$" |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} = "\ | 19 | RDEPENDS_${PN} = "\ |
| 20 | python-logging \ | 20 | python-logging \ |
