summaryrefslogtreecommitdiff
path: root/meta/packages/hal/hal-info_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-03-06 15:45:45 +0000
committerRoss Burton <ross@openedhand.com>2007-03-06 15:45:45 +0000
commit3f21c02f909d9ea42c8c138cf76548db0ab397b0 (patch)
tree51ecb6d8d6410576943b86b4632bbae41e4318d8 /meta/packages/hal/hal-info_git.bb
parente4ff2458d2db9ca89761e6b5da91993d44abd65e (diff)
downloadopenembedded-core-3f21c02f909d9ea42c8c138cf76548db0ab397b0.tar.gz
openembedded-core-3f21c02f909d9ea42c8c138cf76548db0ab397b0.tar.bz2
openembedded-core-3f21c02f909d9ea42c8c138cf76548db0ab397b0.tar.xz
openembedded-core-3f21c02f909d9ea42c8c138cf76548db0ab397b0.zip
Add hal-info and disable more of HAL
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1333 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hal/hal-info_git.bb')
-rw-r--r--meta/packages/hal/hal-info_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb
new file mode 100644
index 000000000..b2a2788aa
--- /dev/null
+++ b/meta/packages/hal/hal-info_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Hardware Abstraction Layer device information"
+HOMEPAGE = "http://freedesktop.org/Software/hal"
+SECTION = "unknown"
+LICENSE = "GPL AFL"
+
+SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-recall --disable-video"
+
+FILES_${PN} += "/usr/share/hal/"