Openembedded Devel Discussions
 help / color / mirror / Atom feed
* wlan-ng-modules RPROVIDES clean up
@ 2008-03-21 14:44 Junqian Gordon Xu
  0 siblings, 0 replies; only message in thread
From: Junqian Gordon Xu @ 2008-03-21 14:44 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2524 bytes --]

The change is to rename wlan-ng-modules-p80211 to wlan-ng-modules (a.k.a 
${PN}) to avoid the RPROVIDES embarrassment. Tested working fine on tosa 
images which needs wlan-ng-modules-usb.

I didn't find any other recipe depend on wlan-ng-modules-p80211 in oe, 
however I'm not sure if there is any objection to the change.

Regards
Gordon
#
# old_revision [f7df80732af56b59315ef203e69f092313ec2ddd]
#
# patch "packages/wlan-ng/wlan-ng-modules.inc"
#  from [9474ac9b757e9c7ae8e85ce133a8f7d2357d7522]
#    to [cb2b1d64b9860bb9e6c5fce3801b97cb1376780d]
#
============================================================
--- packages/wlan-ng/wlan-ng-modules.inc	9474ac9b757e9c7ae8e85ce133a8f7d2357d7522
+++ packages/wlan-ng/wlan-ng-modules.inc	cb2b1d64b9860bb9e6c5fce3801b97cb1376780d
@@ -1,9 +1,8 @@ RRECOMMENDS = "wlan-ng-utils"
 DESCRIPTION = "linux-wlan-ng (prism2.x, prism3, pcmcia, pci, usb) driver for 11Mbps wireless lan cards"
 HOMEPAGE = "http://www.linux-wlan.org"
 SECTION = "kernel/modules"
 DEPENDS = "virtual/kernel"
 RRECOMMENDS = "wlan-ng-utils"
-RPROVIDES += "wlan-ng-modules-usb wlan-ng-modules"
 LICENSE = "GPL"
 
 SRC_URI = "file://no-compat.patch;patch=1 \
@@ -57,13 +56,13 @@ do_install() {
         rm -f ${KERNEL_SOURCE}/../../config.mk	
 }
 
-PACKAGES = "${PN}-dbg wlan-ng-modules-usb wlan-ng-modules-cs wlan-ng-modules-pci wlan-ng-modules-p80211"
-FILES_wlan-ng-modules-p80211 = "/lib/modules/${KERNEL_VERSION}/wlan-ng/p80211${KERNEL_OBJECT_SUFFIX}"
+PACKAGES = "${PN}-dbg wlan-ng-modules-usb wlan-ng-modules-cs wlan-ng-modules-pci wlan-ng-modules"
+FILES_wlan-ng-modules = "/lib/modules/${KERNEL_VERSION}/wlan-ng/p80211${KERNEL_OBJECT_SUFFIX}"
 FILES_wlan-ng-modules-usb = "/lib/modules/${KERNEL_VERSION}/wlan-ng/prism2_usb${KERNEL_OBJECT_SUFFIX}"
 FILES_wlan-ng-modules-cs  = "/lib/modules/${KERNEL_VERSION}/wlan-ng/prism2_cs${KERNEL_OBJECT_SUFFIX}"
 FILES_wlan-ng-modules-pci = "/lib/modules/${KERNEL_VERSION}/wlan-ng/prism2_pci${KERNEL_OBJECT_SUFFIX} \
 			     /lib/modules/${KERNEL_VERSION}/wlan-ng/prism2_plx${KERNEL_OBJECT_SUFFIX}"
+RDEPENDS_wlan-ng-modules = "wlan-ng-utils"
+RDEPENDS_wlan-ng-modules-usb = "wlan-ng-modules"
+RDEPENDS_wlan-ng-modules-cs  = "wlan-ng-modules"
+RDEPENDS_wlan-ng-modules-pci = "wlan-ng-modules"
-RDEPENDS_wlan-ng-modules-p80211 = "wlan-ng-utils"
-RDEPENDS_wlan-ng-modules-usb = "wlan-ng-modules-p80211"
-RDEPENDS_wlan-ng-modules-cs  = "wlan-ng-modules-p80211"
-RDEPENDS_wlan-ng-modules-pci = "wlan-ng-modules-p80211"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-21 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 14:44 wlan-ng-modules RPROVIDES clean up Junqian Gordon Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox