+++ /dev/null
-Obey CFLAGS, LDFLAGS
-
-Signed-off-by: Christopher Larson <chris_larson@mentor.com>
-Upstream-status: Pending
-
---- imx-vpu-3.10.17-1.0.0_beta.orig/vpu/Makefile
-+++ imx-vpu-3.10.17-1.0.0_beta/vpu/Makefile
-@@ -1,5 +1,6 @@
- CC ?=$(CROSS_COMPILE)gcc
- AR ?=$(CROSS_COMPILE)ar
-+CFLAGS ?= -O2
-
- # list of platforms which want this test case
- INCLUDE_LIST:= IMX27ADS IMX51 IMX53 IMX6Q
-@@ -33,10 +34,10 @@ all install :
- endif
-
- %.o: %.c
-- $(CC) -D$(PLATFORM) -Wall -O2 -fPIC -c $^ -o $@
-+ $(CC) -D$(PLATFORM) -Wall -fPIC $(CFLAGS) -c $^ -o $@
-
- $(LIBNAME).so.$(SONAMEVERSION): $(OBJ)
-- $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ -lpthread
-+ $(CC) -shared -nostartfiles -Wl,-soname,$@ $^ -o $@ $(LDFLAGS) -lpthread
-
- $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVERSION)
- ln -s $< $@
+++ /dev/null
-# Copyright (C) 2013, 2014 Freescale Semiconductor
-
-require imx-vpu.inc
-
-PE = "1"
-
-# FIXME: Drop 'beta' suffix for GA release
-SRC_URI = "${FSL_MIRROR}/${PN}-${PV}-beta.bin;fsl-eula=true"
-S = "${WORKDIR}/${PN}-${PV}-beta"
-
-SRC_URI += "file://obey-variables.patch"
-
-SRC_URI[md5sum] = "ab76e7395b6a178a8538a6d5beb87656"
-SRC_URI[sha256sum] = "22d0542bd4d7beb88084575c834bf9045c8e2acc43acdd2ec4e0e5534b4b9c5e"
-
-COMPATIBLE_MACHINE = "(mx6)"
--- /dev/null
+# Copyright (C) 2013-2015 Freescale Semiconductor
+
+require imx-vpu.inc
+
+PE = "1"
+
+SRC_URI[md5sum] = "3dc36b427fc2b91af05504f39f8f964f"
+SRC_URI[sha256sum] = "e4e983f465c2ed296908dfe2bfcff2890c8f05b38f6ae98e7a7879b23a2b1a4e"
+
+COMPATIBLE_MACHINE = "(mx6)"