diff options
Diffstat (limited to 'recipes/libsdl/libsdl-image_1.2.3.bb')
-rw-r--r-- | recipes/libsdl/libsdl-image_1.2.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libsdl/libsdl-image_1.2.3.bb b/recipes/libsdl/libsdl-image_1.2.3.bb new file mode 100644 index 0000000000..2da8fce1b6 --- /dev/null +++ b/recipes/libsdl/libsdl-image_1.2.3.bb @@ -0,0 +1,14 @@ +require libsdl-image.inc + +PR = "r2" + +SRC_URI += "\ + file://autotools.patch;patch=1 \ +" + +inherit autotools + +do_stage() { + autotools_stage_all +} + |