[oe] [PATCH 11/23] udev-compat141_141.bb: if machine is not one of spitz akita c70x poodle then it is not needed to RDEPEND'ed on udev-compat-wrapper

Khem Raj raj.khem at gmail.com
Fri Sep 3 07:01:26 UTC 2010


On Thu, Sep 2, 2010 at 1:39 AM, Koen Kooi <k.kooi at student.utwente.nl> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 01-09-10 23:40, Khem Raj wrote:
>> On Sun, Aug 29, 2010 at 11:15 AM, Khem Raj <raj.khem at gmail.com> wrote:
>>> On Sun, Aug 29, 2010 at 2:56 AM, Koen Kooi <k.kooi at student.utwente.nl> wrote:
>>>> -----BEGIN PGP SIGNED MESSAGE-----
>>>> Hash: SHA1
>>>>
>>>> On 28-08-10 22:24, Khem Raj wrote:
>>>>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>>>>> ---
>>>>>  recipes/udev/udev-compat141_141.bb |    6 +++++-
>>>>>  1 files changed, 5 insertions(+), 1 deletions(-)
>>>>>
>>>>> diff --git a/recipes/udev/udev-compat141_141.bb b/recipes/udev/udev-compat141_141.bb
>>>>> index 2411fc6..c39d4cb 100644
>>>>> --- a/recipes/udev/udev-compat141_141.bb
>>>>> +++ b/recipes/udev/udev-compat141_141.bb
>>>>> @@ -15,7 +15,11 @@ PACKAGES = "${PN} ${PN}-dbg"
>>>>>  PROVIDES = "udev-compat"
>>>>>
>>>>>  # Need udev with udev-compat-wrapper support and nothing else.
>>>>> -RDEPENDS_${PN} = "udev-compat-wrapper"
>>>>> +RDEPENDS_${PN}_spitz = "udev-compat-wrapper"
>>>>> +RDEPENDS_${PN}_akita = "udev-compat-wrapper"
>>>>> +RDEPENDS_${PN}_c7x0 = "udev-compat-wrapper"
>>>>> +RDEPENDS_${PN}_poodle = "udev-compat-wrapper"
>>>>> +
>>>>>  # Remove hotplug RPROVIDES
>>>>>  RPROVIDES_${PN} = "udev-compat"
>>>>
>>>> NAK, this is a generic wrapper to use recent udev on older kernels, not
>>>> specific to zaurus.
>>>
>>> OK then why is this wrapper only rprovided for specific machines and
>>> not rprovided always for every machine ?
>>> It seems its does not do what you are saying IIUC.
>>
>> ping ?
>
> The zaurus people screwed up when adding this, it is still intended as a
> generic stopgap measure for device stuck on <2.6.27 kernels.

alright got it. what do you think of attached patch ?

Thanks

-Khem
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-udev-udev-compat141-Fix-machine-specific-RDEPENDS.patch
Type: text/x-diff
Size: 5204 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20100903/22536873/attachment-0002.bin>


More information about the Openembedded-devel mailing list