[oe] [PATCH 1/3] qt4-native: enable features to build kdelib4-native

Kang Kai kai.kang at windriver.com
Mon Apr 16 02:20:31 UTC 2012


add a bbappend file to enable qt4-native 4.7.4 to enable openssl and
phonon support. Add flags '-no-pch -no-sm' to make qt4-native itself
compiled successfully.

Signed-off-by: Kang Kai <kai.kang at windriver.com>
---
 recipes-misc-support/qt4-native_4.7.4.bbappend |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 recipes-misc-support/qt4-native_4.7.4.bbappend

diff --git a/recipes-misc-support/qt4-native_4.7.4.bbappend b/recipes-misc-support/qt4-native_4.7.4.bbappend
new file mode 100644
index 0000000..a11a23f
--- /dev/null
+++ b/recipes-misc-support/qt4-native_4.7.4.bbappend
@@ -0,0 +1,4 @@
+# Needed by kdelibs4-native
+EXTRA_OECONF += "-no-pch -no-sm -openssl"
+
+TOBUILD += "src/phonon"
-- 
1.7.5.4





More information about the Openembedded-devel mailing list