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>
GST1_IMX_DEPENDENCIES += \
host-pkgconf \
- host-python \
gstreamer1 \
gst1-plugins-base
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))