mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
upstream_tracking.inc: deprecate and move contents to recipes
No-update reasons and manual version checks should be in the recipes themselves because otherwise they're prone to getting out of date. (From OE-Core rev: b384345d9a693cbc3fd0dbeed9edd8c24618259d) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8c40147eb1
commit
c19225ade4
@@ -1,6 +1,9 @@
|
||||
SUMMARY = "Python GObject bindings"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPLv2.1"
|
||||
|
||||
RECIPE_NO_UPDATE_REASON = "Newer versions of python-pygobject depend on gobject-introspection which doesn't cross-compile"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
DEPENDS = "python python-pygobject-native libffi glib-2.0"
|
||||
DEPENDS_class-native = "python-native libffi-native glib-2.0-native"
|
||||
|
||||
Reference in New Issue
Block a user