summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/udev-new.inc
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-92/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf: Add shared/pkgconfig files to standard -dev globMark Hatle2010-08-201-2/+2
| | | | | | | | | | Add the pkgconfig files that may appear into the shared directory into the -dev globbing. Also change the udev integration to remove the manual instance of the shared directory .pc file. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* udev: enable udev-extrasQing He2010-08-061-7/+12
| | | | | | | | | | | | | | changes: - enable extras, this includes pci/usb and acl related utilities - pci.ids automatic search doesn't work, specifying manually - package udev glib binding into libgudev{,-dev,-dbg} - libudev RDEPENDS on udev, this is somehow counter-intuitive: libudev is the library to access udev information - should RRECOMMENDS usbutils-ids and pciutils-ids bug: RDEPENDS (RRECOMMENDS) on a specific version still doesn't work Signed-off-by: Qing He <qing.he@intel.com>
* udev: upgrade to version 158Qing He2010-07-241-0/+87
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>