mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 04:19:40 +01:00
The FindQt4 module looks for Qt4 binaries to be able to gather the paths used for compilation and also to be using during other processes (translation update, translation binary generating and like) however OpenEmbedded has renamed those to allow old QMake to be used in parallel with the current one. This patch adds support for the OpenEmbedded specific binary names. (From OE-Core rev: 6317c91aacf55cd7757a4fad0346cb541e9a1c2b) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
211 B
BlitzBasic
8 lines
211 B
BlitzBasic
CMAKE_MAJOR_VERSION="2.8"
|
|
require cmake.inc
|
|
inherit native
|
|
PR = "r1"
|
|
|
|
SRC_URI[md5sum] = "a76a44b93acf5e3badda9de111385921"
|
|
SRC_URI[sha256sum] = "689ed02786b5cefa5515c7716784ee82a82e8ece6be5a3d629ac3cc0c05fc288"
|