diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-27 08:35:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-27 08:35:49 +0000 |
commit | 0b568d6b027b97ee39f105fafd213a5660937481 (patch) | |
tree | 1c813001f7c4da9d33694ad1a1c4d269bc492742 /packages/util-linux/util-linux_2.12.bb | |
parent | 22e79a194485ecef5e5a7f6032e4debd94fffaa0 (diff) |
util-linux: split out umount/swap/losetup commands in all
- There already was a separate package for 'mount', there are now
packages for umount, swaponoff and losetup - i.e. all the 'mount'
tools except pivot_root. To ensure backward compatibility
util-linux (the main package) RDEPENDS on the new packages.
Diffstat (limited to 'packages/util-linux/util-linux_2.12.bb')
-rw-r--r-- | packages/util-linux/util-linux_2.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/util-linux/util-linux_2.12.bb b/packages/util-linux/util-linux_2.12.bb index 2f3aea33cf..77323de5b8 100644 --- a/packages/util-linux/util-linux_2.12.bb +++ b/packages/util-linux/util-linux_2.12.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" include util-linux.inc |