qt5base: fix installation of qt5base-plugin-sqldrivers-sqlite

The install part was not executed, because it had the wrong name.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2016-07-23 22:08:15 +02:00
parent f66892f71a
commit 763942c2c8

View File

@@ -434,7 +434,7 @@ define Package/qt5base-plugin-platforms-offscreen/install
$(call Build/Install/Plugins,$(1),platforms,libqoffscreen)
endef
define Package/qt5base-plugin-sqldrivers/install
define Package/qt5base-plugin-sqldrivers-sqlite/install
$(call Build/Install/Plugins,$(1),sqldrivers,libqsqlite)
endef