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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user