diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-15 22:39:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-15 22:39:02 +0100 |
commit | f2ca48f609b0d7fb40fbfcb68f343fb15475f547 (patch) | |
tree | 15011916087f9e5db70c03d98b4e8f7b20598ab8 /packages/tasks | |
parent | 03876339dbd87e992cc588de4f6805800aafe7d1 (diff) |
task-proper-tools: add fbset
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-proper-tools.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb index e09b9a67d9..c5045a13f5 100644 --- a/packages/tasks/task-proper-tools.bb +++ b/packages/tasks/task-proper-tools.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Full versions of tools provided by busybox" -PR = "r8" +PR = "r9" inherit task @@ -25,7 +25,8 @@ RDEPENDS_${PN} = "\ psmisc \ debianutils \ tcptraceroute \ - " + fbset \ + " # # binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info # |