[oe-commits] org.oe.dev hostap-daemon: do not depend on hostap-modules as they are 2.4 only now

hrw commit openembedded-commits at lists.openembedded.org
Thu Mar 29 13:16:37 UTC 2007


hostap-daemon: do not depend on hostap-modules as they are 2.4 only now

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 3d41fdda2e614f7675b17082c0741c7d586a04ce
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3d41fdda2e614f7675b17082c0741c7d586a04ce
Files:
1
packages/hostap/hostap-daemon.inc
packages/hostap/hostap-daemon_0.3.7.bb
packages/hostap/hostap-daemon_0.4.4.bb
packages/hostap/hostap-daemon_0.4.8.bb
packages/hostap/hostap-daemon_0.5.1.bb
Diffs:

#
# mt diff -rddfdd40479121a2339cb04c7e5f4ef4a89056d9a -r3d41fdda2e614f7675b17082c0741c7d586a04ce
#
# 
# 
# patch "packages/hostap/hostap-daemon.inc"
#  from [554544c67b232342c533b57e552c3003f5e7db59]
#    to [1d198ad460914a169de726dd375f97f2a595c1aa]
# 
# patch "packages/hostap/hostap-daemon_0.3.7.bb"
#  from [98afa7ddbbf549e352fc774d256f71939bbdc769]
#    to [32a2c9443e96c6dc1eafa2ea840caa554c5eee72]
# 
# patch "packages/hostap/hostap-daemon_0.4.4.bb"
#  from [98afa7ddbbf549e352fc774d256f71939bbdc769]
#    to [32a2c9443e96c6dc1eafa2ea840caa554c5eee72]
# 
# patch "packages/hostap/hostap-daemon_0.4.8.bb"
#  from [fa3e6f0b97eede8b4825d0de7effb4fa61f54a16]
#    to [1d06b56718394450d3d336dee5e7bfd0d60c7a7e]
# 
# patch "packages/hostap/hostap-daemon_0.5.1.bb"
#  from [fa3e6f0b97eede8b4825d0de7effb4fa61f54a16]
#    to [1d06b56718394450d3d336dee5e7bfd0d60c7a7e]
# 
============================================================
--- packages/hostap/hostap-daemon.inc	554544c67b232342c533b57e552c3003f5e7db59
+++ packages/hostap/hostap-daemon.inc	1d198ad460914a169de726dd375f97f2a595c1aa
@@ -1,9 +1,9 @@ LICENSE = "GPL"
 DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
 HOMEPAGE = "http://hostap.epitest.fi"
 SECTION = "kernel/userland"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS = "hostap-modules hostap-utils (${PV})"
+RDEPENDS = "hostap-utils (${PV})"
 DEPENDS = "openssl"
 DEPENDS_append_mtx-1 = " madwifi-modules"
 DEPENDS_append_mtx-2 = " madwifi-modules"
============================================================
--- packages/hostap/hostap-daemon_0.3.7.bb	98afa7ddbbf549e352fc774d256f71939bbdc769
+++ packages/hostap/hostap-daemon_0.3.7.bb	32a2c9443e96c6dc1eafa2ea840caa554c5eee72
@@ -1,3 +1,3 @@ require hostap-daemon.inc
 require hostap-daemon.inc
 
+PR = "r2"
-PR = "r1"
============================================================
--- packages/hostap/hostap-daemon_0.4.4.bb	98afa7ddbbf549e352fc774d256f71939bbdc769
+++ packages/hostap/hostap-daemon_0.4.4.bb	32a2c9443e96c6dc1eafa2ea840caa554c5eee72
@@ -1,3 +1,3 @@ require hostap-daemon.inc
 require hostap-daemon.inc
 
+PR = "r2"
-PR = "r1"
============================================================
--- packages/hostap/hostap-daemon_0.4.8.bb	fa3e6f0b97eede8b4825d0de7effb4fa61f54a16
+++ packages/hostap/hostap-daemon_0.4.8.bb	1d06b56718394450d3d336dee5e7bfd0d60c7a7e
@@ -1,3 +1,5 @@ require hostap-daemon.inc
 require hostap-daemon.inc
 
+PR = "r1"
+
 DEFAULT_PREFERENCE = "-1"
============================================================
--- packages/hostap/hostap-daemon_0.5.1.bb	fa3e6f0b97eede8b4825d0de7effb4fa61f54a16
+++ packages/hostap/hostap-daemon_0.5.1.bb	1d06b56718394450d3d336dee5e7bfd0d60c7a7e
@@ -1,3 +1,5 @@ require hostap-daemon.inc
 require hostap-daemon.inc
 
+PR = "r1"
+
 DEFAULT_PREFERENCE = "-1"






More information about the Openembedded-commits mailing list