mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
pseudo: Change pseudo integration to better support local DBs
Change the pseudo integration:
* Uprev to latest open source version
* Restructure the patches to allow for many local DBs, as well as
pseudo specific lib dirs.
Signed-off-by: Mark Hatle <mhatle@windriver.com>
This commit is contained in:
@@ -148,7 +148,7 @@ python base_do_setscene () {
|
||||
bb.build.make_stamp("do_setscene", d)
|
||||
}
|
||||
do_setscene[selfstamp] = "1"
|
||||
do_setscene[dirs] = "${PSEUDO_DATADIR}"
|
||||
do_setscene[dirs] = "${PSEUDO_LOCALSTATEDIR}"
|
||||
addtask setscene before do_fetch
|
||||
|
||||
addtask fetch
|
||||
|
||||
Reference in New Issue
Block a user