All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junqian Gordon Xu <xjqian@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: wlan-ng-modules RPROVIDES clean up
Date: Fri, 21 Mar 2008 09:44:02 -0500	[thread overview]
Message-ID: <47E3C9B2.4050901@gmail.com> (raw)

[-- 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"

                 reply	other threads:[~2008-03-21 14:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47E3C9B2.4050901@gmail.com \
    --to=xjqian@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.