diff options
author | Qing He <qing.he@intel.com> | 2010-07-21 13:34:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 00:07:30 +0100 |
commit | cbea4ae33f42c1553ed99a7d3bada00ce68ff9fd (patch) | |
tree | 7fa306cd580cdaccc1d739ae08d472161f8a5bf9 /meta/conf/distro/include/poky-fixed-revisions.inc | |
parent | 3a1c4561721ac0be9bb0cb1fca5f5d41d18a085c (diff) | |
download | poky-cbea4ae33f42c1553ed99a7d3bada00ce68ff9fd.tar.gz |
udev: upgrade to version 158
older versions are kept untouched for now
changes:
- udev has diverged a lot, the udev.inc was based on a quite dated
version, thus doesn't reflect current status of udev, create a
new include file udev-new.inc to adapt
- separate libudev{,-dev,-dbg} apart from udev
- --with-udev-prefix is removed. change ${libexecdir} to
${base_libdir}/udev, which is described in INSTALL file.
- udev.pc is provided in ${datadir}/pkgconfig, since it's used
to indicate the existence of udev itself instead of development
headers and libs, pack it in udev instead of udev-dev
- udev-extras is disabled since we are missing libacl, this also
means gudev is missing as for now
- other cleanups, e.g. do_stage, do_install, EXTRA_OEMAKE
todo:
- udev-extras
- remove old udev versions
- rebase udev-145 on udev-new.inc as well
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/conf/distro/include/poky-fixed-revisions.inc')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index 081a59ab99..9606745d55 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -26,7 +26,7 @@ PREFERRED_VERSION_oprofile ?= "0.9.6" | |||
26 | PREFERRED_VERSION_elfutils ?= "0.89" | 26 | PREFERRED_VERSION_elfutils ?= "0.89" |
27 | PREFERRED_VERSION_hal ?= "0.5.14" | 27 | PREFERRED_VERSION_hal ?= "0.5.14" |
28 | PREFERRED_VERSION_hal-info ?= "20091130" | 28 | PREFERRED_VERSION_hal-info ?= "20091130" |
29 | PREFERRED_VERSION_udev ?= "141" | 29 | PREFERRED_VERSION_udev ?= "158" |
30 | 30 | ||
31 | 31 | ||
32 | # | 32 | # |