diff options
author | Koen Kooi <koen@openembedded.org> | 2007-04-03 09:17:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-04-03 09:17:51 +0000 |
commit | dfe20fb3e1d2fe2427d181ec8f93e5b16ad5ffb2 (patch) | |
tree | 46b4b537645577d99cbc9ff922db53335dd513eb /packages/hal/hal-info_git.bb | |
parent | d59fdcbd6feeff4972211cea0102243eeca988b0 (diff) |
hal: add 0.5.9 and hal-info_git from poky
* has a hack to work around autofoo >2.59 dep
* requires linux-libc-headers >= 2.6.18
Diffstat (limited to 'packages/hal/hal-info_git.bb')
-rw-r--r-- | packages/hal/hal-info_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/hal/hal-info_git.bb b/packages/hal/hal-info_git.bb new file mode 100644 index 0000000000..fdbbae91fb --- /dev/null +++ b/packages/hal/hal-info_git.bb @@ -0,0 +1,16 @@ +PV = "${SRCDATE}+git" + +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/" |