diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-10-26 19:45:32 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-01 22:08:25 +0100 |
commit | 18714011b231fc326c96782134fbea778ab6a94d (patch) | |
tree | 44f866e779b1e7251fd3014626928cb0522cf57b /package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch | |
parent | f60d4a8336d9e4b1914d4eda2c400de94bf0a7cc (diff) | |
download | buildroot-18714011b231fc326c96782134fbea778ab6a94d.tar.gz buildroot-18714011b231fc326c96782134fbea778ab6a94d.zip |
qjson: bump version
Remove useless empty line.
Update the patch and its name.
We change from a release from Nov 2012 to a commit, because the project
and there has been quite a number of commits since then.
The patch will be sent upstream along with a request for a new release.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch')
-rw-r--r-- | package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch b/package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch deleted file mode 100644 index 058973e99a..0000000000 --- a/package/qjson/qjson-fix-qt4-package-error-in-cmakelists.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 529e50939316abc3c4190f89a482b17a4d4b3355 Mon Sep 17 00:00:00 2001 -From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> -Date: Sat, 6 Apr 2013 16:54:25 +0200 -Subject: [PATCH] fix Qt4 package error in CMakeLists.txt - -Avoid checking for uic executable by cmake as it results configure -time error if QtGui isn't installed. - -Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 13e65f1..447f209 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -32,7 +32,7 @@ SET(FRAMEWORK_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/Library/Frameworks" - SET(QT_USE_IMPORTED_TARGETS TRUE) - - # Find Qt4 --FIND_PACKAGE( Qt4 REQUIRED ) -+find_package(Qt4 COMPONENTS QtCore REQUIRED ) - - IF (NOT WIN32) - SET( QT_DONT_USE_QTGUI TRUE ) --- -1.7.10.4 - |