summaryrefslogtreecommitdiff
path: root/meta/recipes-core/util-linux
AgeCommit message (Collapse)AuthorFiles
2011-06-09native/nativesdk: Clean up the depends ordering after bitbake override ↵Richard Purdie1
handling updates This massively cleans up the dependency handling in the two classes when interacting with BBCLASSEXTEND. This change has a dependency on the bitbake override handling change and also the existence of the RecipePreFinalise event. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-06util-linux: package agetty seperatelyKoen Kooi2
Some packages like systemd only want agetty to spawn a console and not drag in all of util-linux just for that. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-06util-linux_2.19.1.bb: Fix compliation on uclibcKhem Raj2
util-linux 2.19 needs this patch to successfully compile on uclibc systems. This is a bug in util-linux that goes unnoticed on eglibc builds. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-01util-linux: update to 2.19.1Saul Wold10
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-05-16util-linux: inherit pkgconfigKhem Raj1
Configure of util-linux used pkg-config to poke for gtk-doc versions so we need this dependency on pkgconfig Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-05-13update patch upstream statusQing He4
This patch includes the update of patch upstream status of the following recipes (50 in all): grub pciutils setserial dhcp iproute2 libnss-mdns nfs-utils openssl portmap busybox coreutils dbus dropbear ncurses readline sysfsutils sysvinit tinylogin udev update-rc.d util-linux elfutils file pkgconfig syslinux ubootchart yaffs2 findutils gamin hdparm libaio libzypp parted procps sat-solver screen sed sysklogd tcp-wrapper time zypper attr boost createrepo gnutls hal js libgcrypt libnl libusb-compat Signed-off-by: Qing He <qing.he@intel.com>
2011-05-04util-linux.inc: remove virtual/libintl from DEPENDSKhem Raj1
inherit gettext should do it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-23Various: Update KERNELORG_MIRROR for consistencyTom Rini1
In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-18util-linux: Setup for GPLv2 RecipeSaul Wold3
* add task to remove the GPLv3 lscpu code * Add patch to remove the reference to lscpu in Makfiles Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-15util-linux: move remaining files from files directory to util-linux-2.17.2 ↵Martin Jansa4
for faster lookup Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-15util-linux: remove unused files from util-linux-2.17.2 directoryMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-15util-linux: remove unused files from files directoryMartin Jansa8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-02util-linux: split out uuidgen to a separate packagePaul Eggleton2
uuidgen is needed by zypper and we don't want to drag in everything else in util-linux, so split it out to a separate package. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-02-10util-linux: Correctly prepend to PACKAGES and stop corrupting ↵Richard Purdie1
linux-util-native PACKAGES variable Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-07util-linux: Add mount lock patchMark Hatle2
Add the mount lock patch that moves the lock file from the potentially R/O /etc, to the R/W /var/lock directory. This resolves a problem when mounting when / (and /etc) is mounted R/O. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-01-25util-linux.inc: Fix DEPENDS on gettext for native caseRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-25util-linux: tidy up metadataJoshua Lock1
Apply a couple of best practices to the recipe: 1) use the gettext class to ensure the right versions of gettext are used for the recipe variants (target, native, etc). 2) use layout variables rather than absolute paths in the package FILES_ definitions. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-01-24util-linux: fix lscpu packagingQing He2
lscpu in util-linux 2.17.2 is specially under GPLv3, ensure it's packaged separately if it's being built. Signed-off-by: Qing He <qing.he@intel.com>
2011-01-24util-linux: fix dangling symlinksQing He2
shutdown and swapon should be in $base_sbindir instead of $sbindir Signed-off-by: Qing He <qing.he@intel.com>
2011-01-24util-linux: separately packaging blkid and uuidQing He2
To avoid full set of util-linux included by library dependencies. Fixes [BUGID #661]. Signed-off-by: Qing He <qing.he@intel.com>
2011-01-21util-linux: Drop now unneeded DEPENDS on udevRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-10-11recipes-core: Cleanup package descriptions and summariesMark Hatle1
[BUGID #281] Evaluate and update each package in recipes-core to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-01Fix packaging error (util-linux-sfdisk could not be built)Gary Thomas2
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie17
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>