diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-02 14:35:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-02 14:35:35 +0000 |
commit | 664b1d8a441fcf86278dd9b5f7b9d80b8cfb7d2b (patch) | |
tree | a6d3aad85ce7707a9f338e098eb531b1b80e3447 /packages/hal/hal-info_20070831.bb | |
parent | 6b7431df985541e18b655540fb59ac3ab3ad26a4 (diff) |
hal: sync with poky
Diffstat (limited to 'packages/hal/hal-info_20070831.bb')
-rw-r--r-- | packages/hal/hal-info_20070831.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/hal/hal-info_20070831.bb b/packages/hal/hal-info_20070831.bb new file mode 100644 index 0000000000..a379254937 --- /dev/null +++ b/packages/hal/hal-info_20070831.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Hardware Abstraction Layer device information" +HOMEPAGE = "http://freedesktop.org/Software/hal" +SECTION = "unknown" +LICENSE = "GPL AFL" +DEPENDS = "hal" + +SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;tag=HAL_INFO_${PV}" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-recall --disable-video" + +PACKAGE_ARCH = "all" +FILES_${PN} += "/usr/share/hal/" |