diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-09-30 09:47:26 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-09-30 09:47:26 +0000 |
commit | c127548304ef3b219f5c560ffdbbb13691f886a2 (patch) | |
tree | 351931ef6c027d415057248c91c572de76288ccc /meta | |
parent | a2985cb5004bad87b925039236c9f12638d0b6f5 (diff) | |
download | poky-c127548304ef3b219f5c560ffdbbb13691f886a2.tar.gz |
task-base: Adding libacpi to the acpi task.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5333 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/tasks/task-base.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-base.bb b/meta/packages/tasks/task-base.bb index c2c20ae5a6..5c1af8f2ec 100644 --- a/meta/packages/tasks/task-base.bb +++ b/meta/packages/tasks/task-base.bb | |||
@@ -184,7 +184,8 @@ RDEPENDS_task-base-pci = "\ | |||
184 | pciutils" | 184 | pciutils" |
185 | 185 | ||
186 | RDEPENDS_task-base-acpi = "\ | 186 | RDEPENDS_task-base-acpi = "\ |
187 | acpid" | 187 | acpid \ |
188 | libacpi " | ||
188 | 189 | ||
189 | RDEPENDS_task-base-apm = "\ | 190 | RDEPENDS_task-base-apm = "\ |
190 | apm \ | 191 | apm \ |