diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-26 20:00:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:19:16 +0100 |
commit | dcda03d3f6ec442740e3683a1971103dc639689d (patch) | |
tree | 71d29d1982a19c108dfcc52f8fdd524afa2f17d1 /meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | |
parent | f12df439b893c70a8cd271ff8b8e6d760b78a2b3 (diff) | |
download | openembedded-core-dcda03d3f6ec442740e3683a1971103dc639689d.tar.gz openembedded-core-dcda03d3f6ec442740e3683a1971103dc639689d.tar.bz2 openembedded-core-dcda03d3f6ec442740e3683a1971103dc639689d.zip |
qt4: rename qt-4.8.1 to qt4-4.8.1 to match other .inc and .bb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-qt/qt4/nativesdk-qt4-tools.inc')
-rw-r--r-- | meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index 0228b569e8..542f3952f0 100644 --- a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc +++ b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc @@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1 | GPLv3" INC_PR = "r11" -FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt-${PV}:" +FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:" inherit nativesdk qmake2 |