diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2018-07-31 12:15:25 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-02 11:23:02 -0700 |
| commit | 19aeaf028f6819e5fa705593d4bcdbf0b98143e0 (patch) | |
| tree | c82e078c174dbeb7a7e1baafd0e94700d89a02e4 /meta-oe/recipes-support | |
| parent | a74abf155d7bd6c873fd72b76369c09e5c68031c (diff) | |
| download | meta-openembedded-19aeaf028f6819e5fa705593d4bcdbf0b98143e0.tar.gz | |
python-{m2crypto, protobuf, slip-dbus}, lio-utils: add CLEANBROKEN
* these are failing after distutils started calling clean in:
http://git.openembedded.org/openembedded-core/commit/?id=57414f4a1c549e6faaa110e6e95ff601b05b7361
http://git.openembedded.org/openembedded-core/commit/?id=9d556092fcc6f04c487afd126d52935bac133165
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb index 3a6319c314..d9780cfb4c 100644 --- a/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb +++ b/meta-oe/recipes-support/lio-utils/lio-utils_4.1.bb | |||
| @@ -60,3 +60,7 @@ RDEPENDS_${PN} += "python-stringold python-subprocess python-shell \ | |||
| 60 | bash" | 60 | bash" |
| 61 | 61 | ||
| 62 | FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*" | 62 | FILES_${PN} += "${sbindir}/* /etc/init.d/* /etc/target/*" |
| 63 | |||
| 64 | # http://errors.yoctoproject.org/Errors/Details/184712/ | ||
| 65 | # python-native/python: can't open file 'setup.py': [Errno 2] No such file or directory | ||
| 66 | CLEANBROKEN = "1" | ||
