diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-08-20 23:58:58 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-20 23:58:58 -0700 |
| commit | 7e0fa293b79c6599fea41bde72dc24a0158409fb (patch) | |
| tree | 063fe6d17fbd44d2181282b5b1f04bbe9b797653 /meta-oe/recipes-connectivity | |
| parent | 604b30eddee0a516420c65b2d53e377f9885ca73 (diff) | |
| download | meta-openembedded-7e0fa293b79c6599fea41bde72dc24a0158409fb.tar.gz | |
recipes: Exclude non-buildable recipes from world for musl build
These recipes need to be fixed for musl, until they are needed
on musl lets remove them from world builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
| -rw-r--r-- | meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index 3a71fb9790..5154208175 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | |||
| @@ -30,3 +30,5 @@ do_configure() { | |||
| 30 | do_install() { | 30 | do_install() { |
| 31 | oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install | 31 | oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install |
| 32 | } | 32 | } |
| 33 | # http://errors.yoctoproject.org/Errors/Details/186959/ | ||
| 34 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
