diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 10:08:09 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 10:08:09 +0000 |
commit | ad9c18ff59b8b5c083445913d67d85867d22df71 (patch) | |
tree | 76990d1d392eae332fdd929f5bed0d76ea84f815 /meta | |
parent | 43e1b9efe4b547c3295122c38b5fd1b9cb2e8bef (diff) | |
download | poky-ad9c18ff59b8b5c083445913d67d85867d22df71.tar.gz |
pointercal: mark it as machine related
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1484 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/pointercal/pointercal_0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/pointercal/pointercal_0.0.bb b/meta/packages/pointercal/pointercal_0.0.bb index d99cc83324..36bcca85bf 100644 --- a/meta/packages/pointercal/pointercal_0.0.bb +++ b/meta/packages/pointercal/pointercal_0.0.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration data" | 1 | DESCRIPTION = "Touchscreen calibration data" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "(spitz|c7x0|nokia800|akita)" | ||
5 | |||
4 | SRC_URI = "file://pointercal" | 6 | SRC_URI = "file://pointercal" |
5 | S = "${WORKDIR}" | 7 | S = "${WORKDIR}" |
6 | 8 | ||