diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-09 15:15:19 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-09 18:34:22 +0100 |
commit | 67b7fffc1709b3347ec800bec461cc4716a7c389 (patch) | |
tree | 3c6ada1d8494b35c0440093dd3e5fb253d0f3fcc /recipes/tasks/task-openprotium.bb | |
parent | d1c51b5cd6462a6620b3dded7da6d88544ecb079 (diff) |
task-openprotium: adapt to e2fsprogs/util-linux-ng changes
Diffstat (limited to 'recipes/tasks/task-openprotium.bb')
-rw-r--r-- | recipes/tasks/task-openprotium.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-openprotium.bb b/recipes/tasks/task-openprotium.bb index a8e7bd7766..4a8e1e45ad 100644 --- a/recipes/tasks/task-openprotium.bb +++ b/recipes/tasks/task-openprotium.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Basic image for openprotium" HOMEPAGE = "http://www.openprotium.org" ALLOW_EMPTY = "1" -PR = "r1" +PR = "r2" inherit task @@ -35,7 +35,7 @@ RDEPENDS = " kernel \ modutils-initscripts \ ipkg-collateral ipkg ipkg-link \ portmap \ - e2fsprogs-blkid \ + util-linux-ng-blkid \ mdadm \ hdparm \ mtd-utils \ |