diff options
author | Ross Burton <ross@openedhand.com> | 2007-03-06 15:45:45 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-03-06 15:45:45 +0000 |
commit | 3f21c02f909d9ea42c8c138cf76548db0ab397b0 (patch) | |
tree | 51ecb6d8d6410576943b86b4632bbae41e4318d8 /meta/packages/hal/hal-info_git.bb | |
parent | e4ff2458d2db9ca89761e6b5da91993d44abd65e (diff) | |
download | poky-3f21c02f909d9ea42c8c138cf76548db0ab397b0.tar.gz |
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.bb | 14 |
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 0000000000..b2a2788aa3 --- /dev/null +++ b/meta/packages/hal/hal-info_git.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Hardware Abstraction Layer device information" | ||
2 | HOMEPAGE = "http://freedesktop.org/Software/hal" | ||
3 | SECTION = "unknown" | ||
4 | LICENSE = "GPL AFL" | ||
5 | |||
6 | SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-recall --disable-video" | ||
13 | |||
14 | FILES_${PN} += "/usr/share/hal/" | ||