diff options
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.50.6.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.50.6.bb b/meta/recipes-graphics/pango/pango_1.50.6.bb index b1b9054234..cd04801db1 100644 --- a/meta/recipes-graphics/pango/pango_1.50.6.bb +++ b/meta/recipes-graphics/pango/pango_1.50.6.bb | |||
@@ -37,10 +37,6 @@ do_configure:prepend() { | |||
37 | chmod +x ${S}/tests/*.py | 37 | chmod +x ${S}/tests/*.py |
38 | } | 38 | } |
39 | 39 | ||
40 | do_configure:prepend:toolchain-clang() { | ||
41 | sed -i -e "/Werror=implicit-fallthrough/d" ${S}/meson.build | ||
42 | } | ||
43 | |||
44 | LEAD_SONAME = "libpango-1.0*" | 40 | LEAD_SONAME = "libpango-1.0*" |
45 | 41 | ||
46 | FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" | 42 | FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" |