diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-12 16:13:51 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-12 16:13:51 +0000 |
commit | 3694035ef3fc8c3fcee2cb5e708f4f7832b067e2 (patch) | |
tree | 1cabeef17c55b3fc1b3b58a2f17bdef9cbbc8c75 /meta | |
parent | ab5d09d447bcb1cf2fa33b3d5828925ceaf2cad3 (diff) | |
download | openembedded-core-3694035ef3fc8c3fcee2cb5e708f4f7832b067e2.tar.gz openembedded-core-3694035ef3fc8c3fcee2cb5e708f4f7832b067e2.tar.bz2 openembedded-core-3694035ef3fc8c3fcee2cb5e708f4f7832b067e2.tar.xz openembedded-core-3694035ef3fc8c3fcee2cb5e708f4f7832b067e2.zip |
poky.conf: exclude eds-tools from world builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2732 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 baae66a39..3f6e4e081 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -257,3 +257,5 @@ EXCLUDE_FROM_WORLD_pn-clutter-gst = "1" EXCLUDE_FROM_WORLD_pn-aaina = "1" EXCLUDE_FROM_WORLD_pn-table = "1" EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1" +# Need bzr +EXCLUDE_FROM_WORLD_pn-eds-tools = "1" |