diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-08-28 17:57:28 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-04 12:09:34 +0000 |
| commit | 386f342b7125394233fdcaaf48cea19c6e2d8442 (patch) | |
| tree | fb21648055d7bf86830851f330574e3680d03210 /recipes-devtools/python | |
| parent | 954b8b6b751362a1743a8f5bc9edbbcc7972c7e8 (diff) | |
| download | meta-raspberrypi-386f342b7125394233fdcaaf48cea19c6e2d8442.tar.gz | |
rpi-gpio: add -fcommon temporarily
* until the fix is available upstream
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
| -rw-r--r-- | recipes-devtools/python/rpi-gpio_0.7.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/python/rpi-gpio_0.7.0.bb b/recipes-devtools/python/rpi-gpio_0.7.0.bb index fcce88f..8b13d53 100644 --- a/recipes-devtools/python/rpi-gpio_0.7.0.bb +++ b/recipes-devtools/python/rpi-gpio_0.7.0.bb | |||
| @@ -12,3 +12,7 @@ SRC_URI[md5sum] = "777617f9dea9a1680f9af43db0cf150e" | |||
| 12 | SRC_URI[sha256sum] = "7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f" | 12 | SRC_URI[sha256sum] = "7424bc6c205466764f30f666c18187a0824077daf20b295c42f08aea2cb87d3f" |
| 13 | 13 | ||
| 14 | COMPATIBLE_MACHINE = "^rpi$" | 14 | COMPATIBLE_MACHINE = "^rpi$" |
| 15 | |||
| 16 | # ignore issues with -fno-common from gcc-10 until it's fixed in upstream: | ||
| 17 | # https://sourceforge.net/p/raspberry-gpio-python/tickets/187/ | ||
| 18 | CFLAGS += "-fcommon" | ||
