* [PATCH 0/1] QA fix @ 2012-03-16 15:55 Paul Eggleton 2012-03-16 15:55 ` [PATCH 1/1] qt-mobility: fix QA warnings Paul Eggleton 0 siblings, 1 reply; 3+ messages in thread From: Paul Eggleton @ 2012-03-16 15:55 UTC (permalink / raw) To: openembedded-core The following changes since commit 9950163c91412eb58c3475354cc7f87a7be33c2b: python-imaging: bring in fixes from meta-oe (2012-03-16 10:56:31 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/qt-mobility-qa http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qt-mobility-qa Paul Eggleton (1): qt-mobility: fix QA warnings ...nnecessary-rpaths-from-qml_device-example.patch | 28 ++++++++++++++++++++ meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 5 ++- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch -- 1.7.5.4 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] qt-mobility: fix QA warnings 2012-03-16 15:55 [PATCH 0/1] QA fix Paul Eggleton @ 2012-03-16 15:55 ` Paul Eggleton 2012-03-19 15:45 ` Saul Wold 0 siblings, 1 reply; 3+ messages in thread From: Paul Eggleton @ 2012-03-16 15:55 UTC (permalink / raw) To: openembedded-core Fix the following warnings: WARNING: QA Issue: package qt-mobility-x11 contains bad RPATH /home/user/qt/lib:/home/user/qt/lib${WORKDIR}/qt-mobility-opensource-src-1.2.0/lib:/home/user/qt/lib/media/large/tmp/sysroots/qemux86/usr/lib:/home/user/qt/lib/usr/lib in file ${WORKDIR}/packages-split/qt-mobility-x11/usr/bin/qt4/examples/QtMobility/qml_device WARNING: QA Issue: package qt-mobility-x11 contains bad RPATH /home/user/qt/lib:/home/user/qt/lib${WORKDIR}/qt-mobility-opensource-src-1.2.0/lib:/home/user/qt/lib/media/large/tmp/sysroots/qemux86/usr/lib:/home/user/qt/lib/usr/lib in file ${WORKDIR}/packages-split/qt-mobility-x11/usr/bin/qt4/examples/QtMobility/qml_device Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- ...nnecessary-rpaths-from-qml_device-example.patch | 28 ++++++++++++++++++++ meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 5 ++- 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch diff --git a/meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch b/meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch new file mode 100644 index 0000000..a411640 --- /dev/null +++ b/meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch @@ -0,0 +1,28 @@ +From 92e0c611f4969c716616d64df64831387e5b1632 Mon Sep 17 00:00:00 2001 +From: Paul Eggleton <paul.eggleton@linux.intel.com> +Date: Fri, 16 Mar 2012 10:24:00 +0000 +Subject: [PATCH] Remove unnecessary rpaths from qml_device example + +These can't be valid in any case. + +Upstream-Status: Pending + +Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> +--- + examples/declarative-systeminfo/device/device.pro | 3 --- + 1 files changed, 0 insertions(+), 3 deletions(-) + +diff --git a/examples/declarative-systeminfo/device/device.pro b/examples/declarative-systeminfo/device/device.pro +index 698e5fb..05be9b7 100644 +--- a/examples/declarative-systeminfo/device/device.pro ++++ b/examples/declarative-systeminfo/device/device.pro +@@ -17,6 +17,3 @@ symbian { + } + RESOURCES += device.qrc + +-QMAKE_LFLAGS_DEBUG += "-Wl,-rpath,/home/user/qt/lib" +-QMAKE_LFLAGS_RPATH += "-Wl,-rpath,/home/user/qt/lib" +-QMAKE_LFLAGS_RELEASE += "-Wl,-rpath,/home/user/qt/lib" +-- +1.7.5.4 + diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index 593cbd6..1c4611d 100644 --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc @@ -7,12 +7,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.tar.gz \ file://qt-mobility-configure.patch \ - file://0001-gstvideoconnector-fixed-buffers-allocation.patch" + file://0001-gstvideoconnector-fixed-buffers-allocation.patch \ + file://0002-Remove-unnecessary-rpaths-from-qml_device-example.patch" SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8" SRC_URI[sha256sum]="ee3c88975e04139ac9589f76d4be646d44fcbc4c8c1cf2db621abc154cf0ba44" -PR = "r2" +PR = "r3" S = "${WORKDIR}/qt-mobility-opensource-src-${PV}" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] qt-mobility: fix QA warnings 2012-03-16 15:55 ` [PATCH 1/1] qt-mobility: fix QA warnings Paul Eggleton @ 2012-03-19 15:45 ` Saul Wold 0 siblings, 0 replies; 3+ messages in thread From: Saul Wold @ 2012-03-19 15:45 UTC (permalink / raw) To: Patches and discussions about the oe-core layer; +Cc: Paul Eggleton On 03/16/2012 08:55 AM, Paul Eggleton wrote: > Fix the following warnings: > > WARNING: QA Issue: package qt-mobility-x11 contains bad RPATH /home/user/qt/lib:/home/user/qt/lib${WORKDIR}/qt-mobility-opensource-src-1.2.0/lib:/home/user/qt/lib/media/large/tmp/sysroots/qemux86/usr/lib:/home/user/qt/lib/usr/lib in file ${WORKDIR}/packages-split/qt-mobility-x11/usr/bin/qt4/examples/QtMobility/qml_device > WARNING: QA Issue: package qt-mobility-x11 contains bad RPATH /home/user/qt/lib:/home/user/qt/lib${WORKDIR}/qt-mobility-opensource-src-1.2.0/lib:/home/user/qt/lib/media/large/tmp/sysroots/qemux86/usr/lib:/home/user/qt/lib/usr/lib in file ${WORKDIR}/packages-split/qt-mobility-x11/usr/bin/qt4/examples/QtMobility/qml_device > > Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com> > --- > ...nnecessary-rpaths-from-qml_device-example.patch | 28 ++++++++++++++++++++ > meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 5 ++- > 2 files changed, 31 insertions(+), 2 deletions(-) > create mode 100644 meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch > > diff --git a/meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch b/meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch > new file mode 100644 > index 0000000..a411640 > --- /dev/null > +++ b/meta/recipes-qt/qt4/files/0002-Remove-unnecessary-rpaths-from-qml_device-example.patch > @@ -0,0 +1,28 @@ > +From 92e0c611f4969c716616d64df64831387e5b1632 Mon Sep 17 00:00:00 2001 > +From: Paul Eggleton<paul.eggleton@linux.intel.com> > +Date: Fri, 16 Mar 2012 10:24:00 +0000 > +Subject: [PATCH] Remove unnecessary rpaths from qml_device example > + > +These can't be valid in any case. > + > +Upstream-Status: Pending > + > +Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com> > +--- > + examples/declarative-systeminfo/device/device.pro | 3 --- > + 1 files changed, 0 insertions(+), 3 deletions(-) > + > +diff --git a/examples/declarative-systeminfo/device/device.pro b/examples/declarative-systeminfo/device/device.pro > +index 698e5fb..05be9b7 100644 > +--- a/examples/declarative-systeminfo/device/device.pro > ++++ b/examples/declarative-systeminfo/device/device.pro > +@@ -17,6 +17,3 @@ symbian { > + } > + RESOURCES += device.qrc > + > +-QMAKE_LFLAGS_DEBUG += "-Wl,-rpath,/home/user/qt/lib" > +-QMAKE_LFLAGS_RPATH += "-Wl,-rpath,/home/user/qt/lib" > +-QMAKE_LFLAGS_RELEASE += "-Wl,-rpath,/home/user/qt/lib" > +-- > +1.7.5.4 > + > diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc > index 593cbd6..1c4611d 100644 > --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc > +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc > @@ -7,12 +7,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ > > SRC_URI = "http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-${PV}.tar.gz \ > file://qt-mobility-configure.patch \ > - file://0001-gstvideoconnector-fixed-buffers-allocation.patch" > + file://0001-gstvideoconnector-fixed-buffers-allocation.patch \ > + file://0002-Remove-unnecessary-rpaths-from-qml_device-example.patch" > > SRC_URI[md5sum]="ea5db5a8d3dd4709c2926dceda646bd8" > SRC_URI[sha256sum]="ee3c88975e04139ac9589f76d4be646d44fcbc4c8c1cf2db621abc154cf0ba44" > > -PR = "r2" > +PR = "r3" > > S = "${WORKDIR}/qt-mobility-opensource-src-${PV}" > Merged into OE-Core Thanks Sau! ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-19 15:54 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-03-16 15:55 [PATCH 0/1] QA fix Paul Eggleton 2012-03-16 15:55 ` [PATCH 1/1] qt-mobility: fix QA warnings Paul Eggleton 2012-03-19 15:45 ` Saul Wold
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox