projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f66892f
)
qt5base: fix installation of qt5base-plugin-sqldrivers-sqlite
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 23 Jul 2016 20:08:15 +0000
(22:08 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 23 Jul 2016 20:57:49 +0000
(22:57 +0200)
The install part was not executed, because it had the wrong name.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
frameworks/qt5base/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/qt5base/Makefile
b/frameworks/qt5base/Makefile
index 0a70ee04d4498d2c4d8096dc2c3fcfd297a237c2..c0fae4ebd7be003a27c5b90185c76e2062e42ac0 100644
(file)
--- 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