diff options
Diffstat (limited to 'recipes/libsdl/libsdl-directfb_1.2.9.bb')
-rw-r--r-- | recipes/libsdl/libsdl-directfb_1.2.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libsdl/libsdl-directfb_1.2.9.bb b/recipes/libsdl/libsdl-directfb_1.2.9.bb index 5fe6eb473a..d847774f72 100644 --- a/recipes/libsdl/libsdl-directfb_1.2.9.bb +++ b/recipes/libsdl/libsdl-directfb_1.2.9.bb @@ -6,9 +6,9 @@ DEFAULT_PREFERENCE = "-1" PR = "${INC_PR}.0" SRC_URI += "\ - file://explicit-extern-C.patch;patch=1 \ + file://explicit-extern-C.patch \ file://acinclude.m4 \ - file://directfb_obsolete_calls.patch;patch=1 \ + file://directfb_obsolete_calls.patch \ " CFLAGS_append += " -I${STAGING_INCDIR}/directfb -I${STAGING_INCDIR}/directfb-internal" |