summaryrefslogtreecommitdiff
path: root/package/ti-gfx
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-02-26 19:40:03 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-26 21:28:12 +0100
commit066a464aa14aec1abd38e5cc786efaef36a3c556 (patch)
treef35889d2037e7199244356460c2112c8a3195336 /package/ti-gfx
parent1a52145ac3a0099f1882dc3a0713f2efa160d0a6 (diff)
package/ti-gfx: do not forcefully remove source dir on extract
ti-gfx uses custom extract commands, which first and foremost removes the source dir unconditionally. Thee side-effect of this is that make will re-extract, re-patch and probably re-build ti-gfx at each run. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ti-gfx')
-rw-r--r--package/ti-gfx/ti-gfx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ti-gfx/ti-gfx.mk b/package/ti-gfx/ti-gfx.mk
index 5ea6b929e5..e48715d8dc 100644
--- a/package/ti-gfx/ti-gfx.mk
+++ b/package/ti-gfx/ti-gfx.mk
@@ -90,7 +90,6 @@ TI_GFX_HDR_DIRS = OGLES2/EGL OGLES2/EWS OGLES2/GLES2 OGLES2/KHR \
OGLES/GLES bufferclass_ti/ pvr2d/ wsegl/
define TI_GFX_EXTRACT_CMDS
- $(RM) -rf $(TI_GFX_DIR)
chmod +x $(DL_DIR)/$(TI_GFX_SOURCE)
printf "Y\nY\n qY\n\n" | $(DL_DIR)/$(TI_GFX_SOURCE) \
--prefix $(@D) \