All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt3] [PATCH 0/1] Qt3 rebuild fix
@ 2012-04-03 14:31 Paul Eggleton
  2012-04-03 14:31 ` [meta-qt3] [PATCH 1/1] qt-x11-free: fix build failure in do_configure Paul Eggleton
  2012-04-03 17:58 ` [meta-qt3] [PATCH 0/1] Qt3 rebuild fix Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-04-03 14:31 UTC (permalink / raw)
  To: yocto

The following change since commit a1c72ecf80c0ded21709aa667c41d65399e4439f:

  qt-x11-free: fix QA errors (2012-03-14 17:35:09 +0000)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib paule/qt3-fix
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/qt3-fix

Paul Eggleton (1):
  qt-x11-free: fix build failure in do_configure

 recipes-qt3/qt3/qt-x11-free-common.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-qt3] [PATCH 1/1] qt-x11-free: fix build failure in do_configure
  2012-04-03 14:31 [meta-qt3] [PATCH 0/1] Qt3 rebuild fix Paul Eggleton
@ 2012-04-03 14:31 ` Paul Eggleton
  2012-04-03 17:58 ` [meta-qt3] [PATCH 0/1] Qt3 rebuild fix Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2012-04-03 14:31 UTC (permalink / raw)
  To: yocto

This line appears to be superfluous and was failing if Makefile did not
exist.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 recipes-qt3/qt3/qt-x11-free-common.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes-qt3/qt3/qt-x11-free-common.inc b/recipes-qt3/qt3/qt-x11-free-common.inc
index b3c2dbf..1ab14a2 100644
--- a/recipes-qt3/qt3/qt-x11-free-common.inc
+++ b/recipes-qt3/qt3/qt-x11-free-common.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Qt/X11 Version ${PV} is a full fledged cross-platform application
 SECTION = "x11/libs"
 LICENSE = "GPLv2 | QPL-1.0"
 HOMEPAGE = "http://www.trolltech.com"
-INC_PR = "r5"
+INC_PR = "r6"
 
 S = "${WORKDIR}/qt-x11-free-${PV}"
 
@@ -32,7 +32,6 @@ do_configure() {
 
 	# force regenerate
 	rm -f src/qtmain.pro
-	cat Makefile >makefile
 	find . -name "Makefile"|xargs rm -f
 	(cd src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} )
 	(cd plugins/src && ${OE_QMAKE_QMAKE} -spec ${QMAKESPEC} )
-- 
1.7.5.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-qt3] [PATCH 0/1] Qt3 rebuild fix
  2012-04-03 14:31 [meta-qt3] [PATCH 0/1] Qt3 rebuild fix Paul Eggleton
  2012-04-03 14:31 ` [meta-qt3] [PATCH 1/1] qt-x11-free: fix build failure in do_configure Paul Eggleton
@ 2012-04-03 17:58 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-04-03 17:58 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

On 04/03/2012 07:31 AM, Paul Eggleton wrote:
> The following change since commit a1c72ecf80c0ded21709aa667c41d65399e4439f:
>
>    qt-x11-free: fix QA errors (2012-03-14 17:35:09 +0000)
>
> are available in the git repository at:
>    git://git.yoctoproject.org/poky-contrib paule/qt3-fix
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/qt3-fix
>
> Paul Eggleton (1):
>    qt-x11-free: fix build failure in do_configure
>
>   recipes-qt3/qt3/qt-x11-free-common.inc |    3 +--
>   1 files changed, 1 insertions(+), 2 deletions(-)
>

Merged into meta-qt3

Thanks
	Sau!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-03 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 14:31 [meta-qt3] [PATCH 0/1] Qt3 rebuild fix Paul Eggleton
2012-04-03 14:31 ` [meta-qt3] [PATCH 1/1] qt-x11-free: fix build failure in do_configure Paul Eggleton
2012-04-03 17:58 ` [meta-qt3] [PATCH 0/1] Qt3 rebuild fix Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.