From: Hauke Mehrtens Date: Sat, 23 Jul 2016 20:08:15 +0000 (+0200) Subject: qt5base: fix installation of qt5base-plugin-sqldrivers-sqlite X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=763942c2c8396d98f4090a836651b8bff2467c33;p=feed%2Fvideo.git 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 --- diff --git a/frameworks/qt5base/Makefile b/frameworks/qt5base/Makefile index 0a70ee0..c0fae4e 100644 --- a/frameworks/qt5base/Makefile +++ b/frameworks/qt5base/Makefile @@ -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