diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-10 15:00:12 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-10 15:00:12 +0000 |
commit | c2d6a801896a225c36631ad93e6a74c9ffb2cfd8 (patch) | |
tree | 8b764ccd1bcd2b4537b43c1f6a7e6ec1beea2d04 /meta/conf/distro | |
parent | 4e124e057b4c921846f675e7429f5ec1ea238cdd (diff) | |
download | openembedded-core-c2d6a801896a225c36631ad93e6a74c9ffb2cfd8.tar.gz openembedded-core-c2d6a801896a225c36631ad93e6a74c9ffb2cfd8.tar.bz2 openembedded-core-c2d6a801896a225c36631ad93e6a74c9ffb2cfd8.zip |
poky.conf: temporary disable lirc from world build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1699 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 0dcb6180b8..0f228d1150 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -239,3 +239,5 @@ EXCLUDE_FROM_WORLD_pn-empathy = "1" EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" # Needs gcc 3.x EXCLUDE_FROM_WORLD_pn-qemu = "1" +# temporary +EXCLUDE_FROM_WORLD_pn-lirc = "1" |