| Submitter | Denis Carikli |
|---|---|
| Date | July 5, 2011, 11:44 p.m. |
| Message ID | <1309909440-7860-1-git-send-email-GNUtoo@no-log.org> |
| Download | mbox | patch |
| Permalink | /patch/7065/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc index 8ce3ee7..5f160b8 100644 --- a/conf/distro/include/angstrom-2010-preferred-versions.inc +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc @@ -66,6 +66,7 @@ PREFERRED_VERSION_tiff = "3.9.4+4.0.0beta6" PREFERRED_VERSION_tslib = "1.0+gitr%" PREFERRED_VERSION_udev = "171" +PREFERRED_VERSION_udev_bug = "168" PREFERRED_VERSION_usbutils = "0.86" PREFERRED_VERSION_wpa-supplicant = "0.7.3"
Angstrom 2010 selects udev 171 by default for all the machines, but the bug machine has a 2.6.27 kernel, and would need quite a lot of backport in order to work with udev 171 + its udev 141 compat wrapper udev 171 + udev 141 compat wrapper doesn't work on the bug machine, even with a backported accept4() syscall. So selecting udev 168 for the bug sounds a good choice. Note that udev 168 is machine arch for the bug machine, so if it was built before building udev 171 it's automatically selected Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- .../include/angstrom-2010-preferred-versions.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)