diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-07-25 22:09:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-26 15:22:47 +0100 |
commit | 54a54778fad39931ac7d43daaf37ce7c1946a29b (patch) | |
tree | 418abbd873cfebe61dfff30dd1f22fc5b7f959e3 /meta/recipes-qt/qt4/qt4-embedded.inc | |
parent | 5c09cbe3bf456e968fc853827698eb18b62e8348 (diff) | |
download | openembedded-core-54a54778fad39931ac7d43daaf37ce7c1946a29b.tar.gz openembedded-core-54a54778fad39931ac7d43daaf37ce7c1946a29b.tar.bz2 openembedded-core-54a54778fad39931ac7d43daaf37ce7c1946a29b.zip |
meta: Rename SITEINFO_ENDIANESS to SITEINFO_ENDIANNESS
There is this discrepency in spelling. Lets fix it in
core. There are lot of layers using SITEINFO_ENDIANNESS
This was shielded since meta-oe had its own copy of
siteinfo class. But that class has now been deleted in
favor of oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-embedded.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-embedded.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index de311dca57..9b7e071e7a 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b/meta/recipes-qt/qt4/qt4-embedded.inc @@ -3,7 +3,7 @@ SECTION = "libs" LICENSE = "LGPLv2.1 | GPLv3" HOMEPAGE = "http://qt.nokia.com" DEPENDS += "directfb tslib" -INC_PR = "r27" +INC_PR = "r28" QT_BASE_NAME ?= "qt4-embedded" QT_BASE_LIB ?= "libqt-embedded" |