libqanava, lyx, texmaker, wpa-gui: no need to explicitly depend on qt, inheriting...
authorMichael Lauer <mickey@vanille-media.de>
Sat, 6 May 2006 16:55:40 +0000 (16:55 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 6 May 2006 16:55:40 +0000 (16:55 +0000)
packages/libqanava/libqanava_0.0.7.bb
packages/lyx/lyx_1.4.0.bb
packages/lyx/lyx_1.4.1.bb
packages/texmaker/texmaker_1.3.bb
packages/wpa-supplicant/wpa-gui_0.4.8.bb

index 8562a5f..13ab88c 100644 (file)
@@ -2,7 +2,6 @@ DESCRIPTION = "Qanava is a gtaph library based on the Qt4 Arthur framework."
 SECTION = "x11/libs"
 HOMEPAGE = "http://www.libqanava.org/"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-DEPENDS = "qt4x11"
 # LGPL after 0.0.7
 LICENSE = "GPL"
 PR = "r0"
index b3f6a2c..644d8bf 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "x11/office"
 LICENSE = "GPL"
 HOMEPAGE = "http://www.lyx.org"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-DEPENDS = "boost qt3x11"
+DEPENDS = "boost"
 RRECOMMENDS = "tetex"
 PR = "r0"
 
index 0cd925a..59dc35f 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "x11/office"
 LICENSE = "GPL"
 HOMEPAGE = "http://www.lyx.org"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-DEPENDS = "boost qt3x11"
+DEPENDS = "boost"
 RRECOMMENDS = "tetex"
 PR = "r0"
 
index 0ca0903..34704ba 100644 (file)
@@ -2,7 +2,6 @@ DESCRIPTION = "TeXmaker is a free cross-platform LaTeX editor"
 HOMEPAGE = "http://www.xm1math.net/texmaker"
 SECTION = "x11/apps"
 LICENSE = "GPL"
-DEPENDS = "qt4x11"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 
 SRC_URI = "http://www.xm1math.net/texmaker/texmaker-${PV}.tar.bz2"
index 0908a5c..686545a 100644 (file)
@@ -5,6 +5,7 @@ edit wpa_supplicant networks."
 SECTION = "network"
 LICENSE = "GPL BSD"
 HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/"
+PR = "r1"
 
 SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz "
 
@@ -12,8 +13,6 @@ S = "${WORKDIR}/wpa_supplicant-${PV}/wpa_gui/"
 
 inherit qmake qt3x11
 
-EXTRA_QMAKEVARS_POST += "CONFIG+=thread"
-
 do_install () {
        install -d ${D}${sbindir}
        install -m 755 wpa_gui ${D}${sbindir}