diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-06 19:03:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-08 07:34:29 +0100 |
commit | 9b641bbfed07c075ae5cbe84082a85f1ba703447 (patch) | |
tree | 4312e69a00dc069aa354c713e6c69d340ee0e96c /recipes/tasks | |
parent | 8b332a7d145009ca232ca695ccff9c6b63b6cedb (diff) |
opkg: add provides for update-alternatives and set opkg as default u-a provider in sane-feed-ipk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-boot.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tasks/task-boot.bb b/recipes/tasks/task-boot.bb index 0ce9ee4415..04c55357a8 100644 --- a/recipes/tasks/task-boot.bb +++ b/recipes/tasks/task-boot.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Basic task to get a device booting" -PR = "r50" +PR = "r51" inherit task |