* All recipes much invoke the recipe-data class so that the autogenerated software manifest contains a valid source location.
Signed-off-by: Jacob Stiffler <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 1e8d66f..70c54fc 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -191,6 +191,9 @@ require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}.inc #TARGET_CPPFLAGS += "-fstack-protector -D_FORTIFY_SOURCE=1" #TARGET_CPPFLAGS += "-fstack-protector" +# Inherit "recipe-data" class to populate SRC_URI in manifest +INHERIT += "recipe-data" + # Load default preferences require conf/distro/include/arago-prefs.inc -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
