[oe-commits] org.oe.dev lyx (all versions): change order of inherit statements to catch up with changes in qt build classes

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Dec 2 16:16:39 UTC 2007


lyx (all versions): change order of inherit statements to catch up with changes in qt build classes

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1458db3ae594751c278da532a508e8d8cea1147c
ViewMTN: http://monotone.openembedded.org/revision/info/1458db3ae594751c278da532a508e8d8cea1147c
Files:
1
packages/lyx/lyx_1.4.1.bb
packages/lyx/lyx_1.4.4.bb
packages/lyx/lyx_1.5.1.bb
Diffs:

#
# mt diff -r5f1edcec4260feeecf3c6e726fe015f3e1728140 -r1458db3ae594751c278da532a508e8d8cea1147c
#
# 
# 
# patch "packages/lyx/lyx_1.4.1.bb"
#  from [b47cd9a9b59ec8efd84f7ade62935b63e15fee89]
#    to [4ecba0a849dcbb870938315383cfe642f55ad8c5]
# 
# patch "packages/lyx/lyx_1.4.4.bb"
#  from [2c90c18da6fe12531245213b8e2f6001469753b1]
#    to [7b49ce4d2778fb61d04e0dd3486d062f09f1e6f8]
# 
# patch "packages/lyx/lyx_1.5.1.bb"
#  from [5541c792ef4a873fa0fcb9ed299cb24666497562]
#    to [f2c48390a8270886172455c13649c5b6493be216]
# 
============================================================
--- packages/lyx/lyx_1.4.1.bb	b47cd9a9b59ec8efd84f7ade62935b63e15fee89
+++ packages/lyx/lyx_1.4.1.bb	4ecba0a849dcbb870938315383cfe642f55ad8c5
@@ -10,7 +10,7 @@ S = "${WORKDIR}/lyx-1_4_1"
 SRC_URI = "svn://svn.lyx.org/lyx/lyx-devel/tags;module=lyx-1_4_1;rev=13847"
 S = "${WORKDIR}/lyx-1_4_1"
 
-inherit autotools qt3x11
+inherit qt3x11 autotools
 
 EXTRA_OECONF = "--with-frontend=qt --with-qt-dir=${QTDIR}"
 PARALLEL_MAKE = ""
============================================================
--- packages/lyx/lyx_1.4.4.bb	2c90c18da6fe12531245213b8e2f6001469753b1
+++ packages/lyx/lyx_1.4.4.bb	7b49ce4d2778fb61d04e0dd3486d062f09f1e6f8
@@ -10,7 +10,7 @@ S = "${WORKDIR}/lyx-1_4_4"
 SRC_URI = "svn://svn.lyx.org/lyx/lyx-devel/tags;module=lyx-1_4_4;rev=17185"
 S = "${WORKDIR}/lyx-1_4_4"
 
-inherit autotools qt3x11
+inherit qt3x11 autotools
 
 EXTRA_OECONF = "--with-frontend=qt --with-qt-dir=${QTDIR}"
 PARALLEL_MAKE = ""
============================================================
--- packages/lyx/lyx_1.5.1.bb	5541c792ef4a873fa0fcb9ed299cb24666497562
+++ packages/lyx/lyx_1.5.1.bb	f2c48390a8270886172455c13649c5b6493be216
@@ -11,7 +11,7 @@ SRC_URI = "http://lyx.cybermirror.org/st
 
 SRC_URI = "http://lyx.cybermirror.org/stable/lyx-${PV}.tar.bz2"
 
-inherit autotools qt4x11
+inherit qt4x11 autotools
 
 EXTRA_OECONF = " --with-qt4-dir=${QTDIR} -enable-pch"
 EXTRA_QMAKEVARS_POST = "DEFINES+=_LIBC"






More information about the Openembedded-commits mailing list