1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

qt4: rename qt-4.8.1 to qt4-4.8.1 to match other .inc and .bb

(From OE-Core rev: dcda03d3f6ec442740e3683a1971103dc639689d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa
2012-09-26 20:00:58 +02:00
committed by Richard Purdie
parent 248e9f48c7
commit a0a29221c8
19 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1 | GPLv3"
INC_PR = "r11"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
inherit nativesdk qmake2
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \
file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354"
FILESPATH =. "${FILE_DIRNAME}/qt-${PV}:"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
SRC_URI = "http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-${PV}.tar.gz \
file://0004-no-qmake.patch \
+1 -1
View File
@@ -1,4 +1,4 @@
require qt-${PV}.inc
require qt4-${PV}.inc
require qt4-embedded.inc
PR = "${INC_PR}.1"
+1 -1
View File
@@ -3,7 +3,7 @@ require qt4-native.inc
PR = "${INC_PR}.1"
# Find the g++.conf/linux.conf in the right directory.
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:"
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:"
TOBUILD := "src/tools/bootstrap ${TOBUILD}"
+1 -1
View File
@@ -1,5 +1,5 @@
require qt4-x11-free.inc
require qt-${PV}.inc
require qt4-${PV}.inc
PR = "${INC_PR}.1"