qt5base: remove unused definition
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Sat, 30 Jun 2018 12:57:13 +0000 (08:57 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 30 Jun 2018 16:09:05 +0000 (18:09 +0200)
Since commit 81fb33af2a (qt5base: correct eglfs support in
qmake.conf.in) the definition QT5BASE_CONFIGURE_QMAKE_CONFIG is left
unused.

Remove it since it is not used anymore.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qt5/qt5base/qt5base.mk

index d5b25abcb8deec6adf1aa4b0d839181bf10d089b..9eafd593f13d281db4c04edfc910ec81825c0d27 100644 (file)
@@ -269,7 +269,6 @@ define QT5BASE_CONFIGURE_CMDS
        sed 's/@EGLFS_DEVICE@/$(QT5BASE_EGLFS_DEVICE)/g' \
                $(QT5BASE_PKGDIR)/qmake.conf.in > \
                $(@D)/mkspecs/devices/linux-buildroot-g++/qmake.conf
-       $(QT5BASE_CONFIGURE_QMAKE_CONFIG)
        $(INSTALL) -m 0644 -D $(QT5BASE_PKGDIR)/qplatformdefs.h \
                $(@D)/mkspecs/devices/linux-buildroot-g++/qplatformdefs.h
        $(QT5BASE_CONFIGURE_CONFIG_FILE)