| Submitter | Kang Kai |
|---|---|
| Date | April 16, 2012, 2:20 a.m. |
| Message ID | <1334542833-27552-2-git-send-email-kai.kang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/25883/ |
| State | Accepted |
| Headers | show |
Comments
2012/4/16 Kang Kai <kai.kang@windriver.com>: > 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@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 > Hi, this patch works although it is recommended to use Qt 4.8.0 for KDE 4.8.0. I renamed the patch to let it append to qt4-native_4.8.0.bb.
On 2012?04?16? 18:50, Samuel Stirtzel wrote: > 2012/4/16 Kang Kai<kai.kang@windriver.com>: >> 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@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 >> > Hi, > this patch works although it is recommended to use Qt 4.8.0 for KDE 4.8.0. > I renamed the patch to let it append to qt4-native_4.8.0.bb. > > Hi Samuel, Thanks for your guide. Kai
Patch
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"
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@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