mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
directfb: move recipe to meta-oe
directfb.org has been down for about a year now. Since there are active users for this recipe, it makes sense to move this from oe-core to meta-oe. Signed-off-by: Maxin B. John <maxin.john@intel.com>
This commit is contained in:
committed by
Martin Jansa
parent
37e1dd154b
commit
273be2ecc2
@@ -0,0 +1,18 @@
|
||||
${x//y/} is a bash syntax. Replace with something dash compatible
|
||||
|
||||
RP 2015/5/3
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: DirectFB-1.7.7/configure.in
|
||||
===================================================================
|
||||
--- DirectFB-1.7.7.orig/configure.in
|
||||
+++ DirectFB-1.7.7/configure.in
|
||||
@@ -2696,7 +2696,7 @@ AM_CONDITIONAL(BUILD_TOOLS, test "$with_
|
||||
AM_CONDITIONAL(CROSS_COMPILING, test "$cross_compiling" = "yes")
|
||||
|
||||
CFLAGS="$CFLAGS $DFB_INTERNAL_CFLAGS"
|
||||
-CXXFLAGS="$CXXFLAGS ${CFLAGS//-Werror-implicit-function-declaration/}"
|
||||
+CXXFLAGS="$CXXFLAGS $(printf '%s\n' "$CFLAGS" | sed 's/-Werror-implicit-function-declaration//g')"
|
||||
DFB_LDFLAGS="$LDFLAGS $ZLIB_LIBS"
|
||||
|
||||
CFLAGS="$CFLAGS $CFLAGS_STD"
|
||||
Reference in New Issue
Block a user