diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/directfb/directfb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index 13495b167d..e863b12094 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -42,7 +42,7 @@ EXTRA_OECONF = "\ | |||
42 | 42 | ||
43 | #Once -fno-omit-frame-pointer option of gcc is added into TARGET_CLFAGS as default | 43 | #Once -fno-omit-frame-pointer option of gcc is added into TARGET_CLFAGS as default |
44 | #this will cause directfb build failure on x86 arch, so filter out it. | 44 | #this will cause directfb build failure on x86 arch, so filter out it. |
45 | TARGET_CFLAGS_x86 := "${@oe_filter_out('-fno-omit-frame-pointer', '${TARGET_CFLAGS}', d)}" | 45 | TARGET_CFLAGS_remove_x86 = "-fno-omit-frame-pointer" |
46 | 46 | ||
47 | #PACKAGES_DYNAMIC += "^directfb-inputdrivers-.*" | 47 | #PACKAGES_DYNAMIC += "^directfb-inputdrivers-.*" |
48 | # | 48 | # |