From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [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
Date: Mon, 06 Sep 2010 08:44:59 +0200 [thread overview]
Message-ID: <i622lb$jp9$1@dough.gmane.org> (raw)
In-Reply-To: <AANLkTintRQq9RKAYhr48K7oyJFhG9WzX2k4e5KZbXr9m@mail.gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Looks good to me, but I haven't tested it.
On 03-09-10 09:01, Khem Raj wrote:
> On Thu, Sep 2, 2010 at 1:39 AM, Koen Kooi <k.kooi@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@gmail.com> wrote:
>>>> On Sun, Aug 29, 2010 at 2:56 AM, Koen Kooi <k.kooi@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@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
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMhI3qMkyGM64RGpERAghfAJ9/Rj0V9//ayw0lVjNYe1ZPiar0qACgoecF
ELHTDHU7/kF8YQchnDHm51E=
=v6Ah
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2010-09-06 6:45 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-28 20:24 [PATCH 01/23] getting to bitbake world Khem Raj
2010-08-28 20:24 ` [PATCH 01/23] recipes: Move some recipes to nonworking for getting " Khem Raj
2010-08-29 7:16 ` Frans Meulenbroeks
2010-08-29 8:25 ` Khem Raj
2010-08-28 20:24 ` [PATCH 02/23] clutter_0.6svn.bb, clutter-gtk-0.6_git.bb: Unused and unbuildable for long hence removed Khem Raj
2010-08-29 7:28 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 03/23] angstrom-bootmanager.bb: recipes it depends upon do not exist Khem Raj
2010-08-29 7:28 ` Frans Meulenbroeks
2010-08-29 10:38 ` Michael 'Mickey' Lauer
2010-08-28 20:24 ` [PATCH 04/23] esc-node-demo_git.bb: Do not RDEPEND on a recipe yet which is under review Khem Raj
2010-08-29 7:29 ` Frans Meulenbroeks
2010-08-29 9:54 ` Koen Kooi
2010-08-29 18:29 ` Khem Raj
2010-08-28 20:24 ` [PATCH 05/23] meta-toolchain-arago-dvsdk.bb: Exclude from world build Khem Raj
2010-08-29 7:23 ` Frans Meulenbroeks
2010-08-29 9:54 ` Koen Kooi
2010-08-29 18:20 ` Khem Raj
2010-08-30 22:00 ` Denys Dmytriyenko
2010-08-30 23:47 ` Tom Rini
2010-09-01 21:39 ` Khem Raj
2010-08-28 20:24 ` [PATCH 06/23] sugar-fructose.bb: sugar-web-activity is not provided by any recipe dont DEPEND on it Khem Raj
2010-08-29 7:25 ` Frans Meulenbroeks
2010-08-29 8:28 ` Khem Raj
2010-08-28 20:24 ` [PATCH 07/23] task-arago-toolchain-target.bb: remove libpng12-dev which is not provided and e2fsprogs-libs-dev is now e2fsprogs-dev Khem Raj
2010-08-29 7:23 ` Frans Meulenbroeks
2010-08-30 21:51 ` Denys Dmytriyenko
2010-08-28 20:24 ` [PATCH 08/23] task-demo-x11.bb: Replace non existing libgles-omap3-demos with libgles-omap3-x11demos Khem Raj
2010-08-29 7:24 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 09/23] task-gmae.bb: it uses XSERVER but doesnt really define it so define it Khem Raj
2010-08-29 7:26 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 10/23] task-gpe.bb: virtual/xserver can not be RDEPEND'ed on it can be DEPEND'ed upon Khem Raj
2010-08-29 7:05 ` Frans Meulenbroeks
2010-08-28 20:24 ` [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
2010-08-29 7:24 ` Frans Meulenbroeks
2010-08-29 9:56 ` Koen Kooi
2010-08-29 18:15 ` Khem Raj
2010-09-01 21:40 ` Khem Raj
2010-09-02 8:39 ` Koen Kooi
2010-09-03 7:01 ` Khem Raj
2010-09-06 6:44 ` Koen Kooi [this message]
2010-08-28 20:24 ` [PATCH 12/23] vlc-davinci_0.8.6h.bb: Rename codec-engine to ti-codec-engine Khem Raj
2010-08-29 7:06 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 13/23] bt950-cs_0.1.bb: Dont override PACKAGES but append to it Khem Raj
2010-08-29 7:07 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 14/23] libmsip_svn.bb: Rename libmnetutil0->libmnetutil in DEPENDS Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 15/23] libmsgenabler2_svn.bb: Replace gsmd-lips with gsmd " Khem Raj
2010-08-29 7:07 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 16/23] meta-angstrom-2007.bb, meta-opie.bb: task-opie-bluetooth is added only if it appeas in COMBINED_FEATURES Khem Raj
2010-08-29 7:14 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 17/23] initramfs-bootmenu-debug-image.bb, initramfs-bootmenu-image.bb: Rename klibc-utils-static-modprobe->klibc-static-utils-modprobe Khem Raj
2010-08-29 7:06 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 18/23] initramfs-module-bootmenu_1.0.bb, initramfs-module-kexecboot_1.0.bb: Rename klibc-utils-static-fstype -> klibc-static-utils-fstype Khem Raj
2010-08-29 6:56 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 19/23] cnetworkmanager_git.bb: python-uuid is not provided remove it from RDENEDS Khem Raj
2010-08-29 6:55 ` Frans Meulenbroeks
2010-08-29 8:31 ` Khem Raj
2010-08-28 20:24 ` [PATCH 20/23] openmoko-session_svn.bb: Replace openmoko-today with openmoko-today2 Khem Raj
2010-08-29 6:56 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 21/23] xqt2_20060509.bb: DEPEND on libxmu instead of xmu Khem Raj
2010-08-29 7:14 ` Frans Meulenbroeks
2010-08-29 7:44 ` Martin Jansa
2010-08-29 9:03 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 22/23] task-openprotium.bb: Define missing DISTRO_SSH_DAEMON, DISTRO_DEV_MANAGER, DISTRO_INIT_MANAGER, DISTRO_LOGIN_MANAGER Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-28 20:24 ` [PATCH 23/23] recipes/tasks: Do not RDEPENDS on unavailable packages Khem Raj
2010-08-29 6:57 ` Frans Meulenbroeks
2010-08-29 7:31 ` [PATCH 01/23] getting to bitbake world Frans Meulenbroeks
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='i622lb$jp9$1@dough.gmane.org' \
--to=k.kooi@student.utwente.nl \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox