summaryrefslogtreecommitdiff
path: root/meta/packages/hal
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-03-15 10:46:58 +0000
committerRoss Burton <ross@openedhand.com>2007-03-15 10:46:58 +0000
commitd9a61bf4261a76f2874d06a230ce01b285fdd8dc (patch)
treeaf92cdef148ec57f1f203bac2059ea787c4d72c7 /meta/packages/hal
parent22281923ab6ed74f05a1d31f1f82b80933e255b7 (diff)
downloadopenembedded-core-d9a61bf4261a76f2874d06a230ce01b285fdd8dc.tar.gz
openembedded-core-d9a61bf4261a76f2874d06a230ce01b285fdd8dc.tar.bz2
openembedded-core-d9a61bf4261a76f2874d06a230ce01b285fdd8dc.tar.xz
openembedded-core-d9a61bf4261a76f2874d06a230ce01b285fdd8dc.zip
Fix typo, --disable-pic-ids -> pci-ids
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1349 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hal')
-rw-r--r--meta/packages/hal/hal_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/hal/hal_git.bb b/meta/packages/hal/hal_git.bb
index 8e84cb0b7..06098d72d 100644
--- a/meta/packages/hal/hal_git.bb
+++ b/meta/packages/hal/hal_git.bb
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
--disable-docbook-docs \
--disable-policy-kit \
--disable-acpi --disable-pmu --disable-pci \
- --disable-pic-ids --disable-pnp-ids \
+ --disable-pci-ids --disable-pnp-ids \
"
do_install_append() {