mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Site file handling update: Instead of one site file per target, allow entries to be shared. Handled through siteinfo.bbclass
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@931 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -732,6 +732,10 @@ python () {
|
||||
# Patch handling
|
||||
inherit patch
|
||||
|
||||
# Configuration data from site files
|
||||
# Move to autotools.bbclass?
|
||||
inherit siteinfo
|
||||
|
||||
EXPORT_FUNCTIONS do_clean do_mrproper do_fetch do_unpack do_configure do_compile do_install do_package do_populate_pkgs do_stage do_rebuild do_fetchall
|
||||
|
||||
MIRRORS[func] = "0"
|
||||
|
||||
Reference in New Issue
Block a user