diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-19 13:08:14 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-19 13:08:14 +0000 |
commit | 6d1509baa72537db5e83be83226066d7fdd47540 (patch) | |
tree | d556e43297480e10347e60e4ad8ac72fedf87701 /meta/conf/distro | |
parent | ac853b7fea52985be3dbf2aff0d028bdf5d55a66 (diff) | |
download | openembedded-core-6d1509baa72537db5e83be83226066d7fdd47540.tar.gz openembedded-core-6d1509baa72537db5e83be83226066d7fdd47540.tar.bz2 openembedded-core-6d1509baa72537db5e83be83226066d7fdd47540.tar.xz openembedded-core-6d1509baa72537db5e83be83226066d7fdd47540.zip |
Add package to install pointercal files, and provide a pointercal for akita
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1167 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index de2a6a6c6..65eacebed 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -189,6 +189,9 @@ DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" DISTRO_EXTRA_RDEPENDS_qemuarm += "qemu-distcc" DISTRO_EXTRA_RDEPENDS_qemux86 += "qemu-distcc" +# Pre-packaged touch screen calibration data +DISTRO_EXTRA_RDEPENDS_akita += "pointercal" + IMAGE_FEATURES ?= "" DISTRO_TASKS = "\ |