summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-10-30 17:02:17 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-02 22:37:53 +0100
commit3bf46c647ba6f77c7394423fa77dde4c719d146f (patch)
tree95b7dc50a8373d76449358fa008c10449a2f843e
parent680d6177d0260ff937065a28b6e4ac398ad491a0 (diff)
downloadbuildroot-3bf46c647ba6f77c7394423fa77dde4c719d146f.tar.gz
buildroot-3bf46c647ba6f77c7394423fa77dde4c719d146f.zip
package/gst1-imx: make it a waf-package
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gary Bisson <gary.bisson@boundarydevices.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Romain Naour <romain.naour@gmail.com> Tested-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gstreamer1/gst1-imx/gst1-imx.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/package/gstreamer1/gst1-imx/gst1-imx.mk b/package/gstreamer1/gst1-imx/gst1-imx.mk
index 71b4e1e19e..b1d01bb785 100644
--- a/package/gstreamer1/gst1-imx/gst1-imx.mk
+++ b/package/gstreamer1/gst1-imx/gst1-imx.mk
@@ -14,7 +14,6 @@ GST1_IMX_INSTALL_STAGING = YES
GST1_IMX_DEPENDENCIES += \
host-pkgconf \
- host-python \
gstreamer1 \
gst1-plugins-base
@@ -53,21 +52,4 @@ endif
endif
endif
-define GST1_IMX_CONFIGURE_CMDS
- cd $(@D); \
- $(TARGET_CONFIGURE_OPTS) \
- $(HOST_DIR)/usr/bin/python2 ./waf configure $(GST1_IMX_CONF_OPTS)
-endef
-
-define GST1_IMX_BUILD_CMDS
- cd $(@D); \
- $(HOST_DIR)/usr/bin/python2 ./waf build -j $(PARALLEL_JOBS)
-endef
-
-define GST1_IMX_INSTALL_TARGET_CMDS
- cd $(@D); \
- $(HOST_DIR)/usr/bin/python2 ./waf --destdir=$(TARGET_DIR) \
- install
-endef
-
-$(eval $(generic-package))
+$(eval $(waf-package))
OpenPOWER on IntegriCloud