1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

poky.conf: Exclude known broken packages from world builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1609 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-05-08 15:06:06 +00:00
parent 87bd6e919b
commit 32f7dac437
+4
View File
@@ -217,3 +217,7 @@ DISTRO_TASKS = "\
${@base_contains("IMAGE_FEATURES", ["test-tools", "dev-pkgs"], "task-oh-testapps-dev", "",d)} \
${@base_contains("IMAGE_FEATURES", "nfs-server", "task-oh-nfs-server", "",d)} \
"
# Exclude known broken packages
EXCLUDE_FROM_WORLD_pn-libsync = "1"
EXCLUDE_FROM_WORLD_pn-libopensync-plugin-syncml-plugin = "1"