diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:53:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:32 +0100 |
commit | fc2cee5cc6299a5592af598c23a13f93bab1e5c8 (patch) | |
tree | 3add08cdba5c43517ced933880bc0752f2bf12d3 /meta/recipes-qt | |
parent | aec20af824a862399f91d3382a052467dba71dc5 (diff) | |
download | poky-fc2cee5cc6299a5592af598c23a13f93bab1e5c8.tar.gz |
Rename poky-lsb override to linuxstdbase
(From OE-Core rev: 73a227a738da17229baac142ccd889c7929402ba)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt4/qt4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index de8cb691e3..b86f89f736 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc | |||
@@ -7,7 +7,7 @@ QT_ARCH := "${@qt_arch(d)}" | |||
7 | QT_ENDIAN = "${@qt_endian(d)}" | 7 | QT_ENDIAN = "${@qt_endian(d)}" |
8 | 8 | ||
9 | QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" | 9 | QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" |
10 | QT_DISTRO_FLAGS_poky-lsb = "-sm" | 10 | QT_DISTRO_FLAGS_linuxstdbase = "-sm" |
11 | 11 | ||
12 | QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ | 12 | QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ |
13 | -shared -no-nas-sound -no-nis \ | 13 | -shared -no-nas-sound -no-nis \ |