From: Denys Dmytriyenko <[email protected]> Avoid repackaging allarch packages when they RDEPENDS on arch/machine specific packages. Part of md5sum package mismatch fixes.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- v2 - even though fixing package level issue, siggen operates on recipe level meta-arago-distro/conf/layer.conf | 5 +++++ meta-arago-extras/conf/layer.conf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 2a5088a..ce5aed7 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -7,3 +7,8 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-arago-distro" BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-arago-distro = "10" + +SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ + weston-init->weston \ + weston-init->kbd \ +" diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf index d3064e5..2e3ebf3 100644 --- a/meta-arago-extras/conf/layer.conf +++ b/meta-arago-extras/conf/layer.conf @@ -12,3 +12,8 @@ BBFILE_PRIORITY_meta-arago-extras = "10" ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}' LICENSE_PATH += "${LAYERDIR}/licenses" + +SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ + matrix-gui-multimedia-demos->amsdk-av-files \ + matrix-lighttpd-config->lighttpd \ +" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
