diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.38.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index f6b7cbe1ad..46748988ea 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -26,7 +26,7 @@ S = "${WORKDIR}/DirectFB-${PV}" | |||
26 | LDFLAGS_append =" -lts -lm" | 26 | LDFLAGS_append =" -lts -lm" |
27 | 27 | ||
28 | # Workaround for linking issues seen with armv7a + gold | 28 | # Workaround for linking issues seen with armv7a + gold |
29 | LDFLAGS_append_arm = "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 29 | LDFLAGS_append_arm = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
30 | 30 | ||
31 | BINCONFIG = "${bindir}/directfb-config" | 31 | BINCONFIG = "${bindir}/directfb-config" |
32 | 32 | ||
diff --git a/meta/recipes-graphics/pango/pango_1.38.1.bb b/meta/recipes-graphics/pango/pango_1.38.1.bb index 7fc65fd439..756dac4d13 100644 --- a/meta/recipes-graphics/pango/pango_1.38.1.bb +++ b/meta/recipes-graphics/pango/pango_1.38.1.bb | |||
@@ -36,7 +36,7 @@ LIBV = "1.8.0" | |||
36 | 36 | ||
37 | # This binary needs to be compiled for the host architecture. This isn't pretty! | 37 | # This binary needs to be compiled for the host architecture. This isn't pretty! |
38 | do_compile_prepend_class-target () { | 38 | do_compile_prepend_class-target () { |
39 | if ${@base_contains('DISTRO_FEATURES', 'ptest', 'true', 'false', d)}; then | 39 | if ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'true', 'false', d)}; then |
40 | make CC="${BUILD_CC}" CFLAGS="" LDFLAGS="" AM_CPPFLAGS="$(pkg-config-native --cflags glib-2.0)" gen_all_unicode_LDADD="$(pkg-config-native --libs glib-2.0)" -C ${B}/tests gen-all-unicode | 40 | make CC="${BUILD_CC}" CFLAGS="" LDFLAGS="" AM_CPPFLAGS="$(pkg-config-native --cflags glib-2.0)" gen_all_unicode_LDADD="$(pkg-config-native --libs glib-2.0)" -C ${B}/tests gen-all-unicode |
41 | fi | 41 | fi |
42 | } | 42 | } |