diff options
author | Vivian Zhang <vivian.zhang@intel.com> | 2008-11-12 14:15:50 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-01 20:42:56 +0000 |
commit | fdc825062564e5145fdd1ebe6c7bd416429dfd82 (patch) | |
tree | 803d41440ca647ab39867d3ea78e71c5abbea475 /meta/packages/hal/hal_0.5.11.bb | |
parent | 1eb027228092b73e90bc3281ba050148f641d817 (diff) | |
download | poky-fdc825062564e5145fdd1ebe6c7bd416429dfd82.tar.gz |
upgrade hal to 0.5.11 and hal-info to 20080508(from OE)
Diffstat (limited to 'meta/packages/hal/hal_0.5.11.bb')
-rw-r--r-- | meta/packages/hal/hal_0.5.11.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/hal/hal_0.5.11.bb b/meta/packages/hal/hal_0.5.11.bb new file mode 100644 index 0000000000..f13a3213ee --- /dev/null +++ b/meta/packages/hal/hal_0.5.11.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | require hal.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | SRC_URI += " file://hal-right-input-h.patch;patch=1 \ | ||
6 | file://fix-configure.diff;patch=1" | ||
7 | |||
8 | EXTRA_OECONF += "--with-linux-input-header=${STAGING_INCDIR}/linux/input.h" | ||
9 | |||
10 | PACKAGES =+ "libhal libhal-storage" | ||
11 | |||
12 | FILES_libhal = "${libdir}/libhal.so.*" | ||
13 | FILES_libhal-storage = "${libdir}/libhal-storage.so.*" | ||
14 | |||
15 | FILES_${PN} =+ "${bindir}/hal-disable-polling \ | ||
16 | ${bindir}/hal-setup-keymap" | ||