summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-06 16:46:05 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-06 16:46:05 +0000
commit1ec0f8511a17ea85bea405af4039bdb61274f8c0 (patch)
treeb302d02b23438c975280580d69fba1aa6b599eb1
parentb142185345e09d98e09a086f5aecd0d8426386fb (diff)
downloadpoky-1ec0f8511a17ea85bea405af4039bdb61274f8c0.tar.gz
task-oh: Add ipkg until we have an alternative means of running postinsts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1016 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/tasks/task-oh.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-oh.bb b/meta/packages/tasks/task-oh.bb
index a41185580a..d7f9b055a1 100644
--- a/meta/packages/tasks/task-oh.bb
+++ b/meta/packages/tasks/task-oh.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Tasks for OpenedHand Poky" 1DESCRIPTION = "Tasks for OpenedHand Poky"
2PR = "r42" 2PR = "r43"
3 3
4PACKAGES = "\ 4PACKAGES = "\
5 task-oh-base \ 5 task-oh-base \
@@ -26,6 +26,7 @@ RDEPENDS_task-oh-boot = "\
26 modutils-initscripts \ 26 modutils-initscripts \
27 fuser \ 27 fuser \
28 setserial \ 28 setserial \
29 ipkg \
29 update-alternatives \ 30 update-alternatives \
30 module-init-tools-depmod" 31 module-init-tools-depmod"
31# linux-hotplug \ 32# linux-hotplug \