]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: improve the API for insert_feed_uris()
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 18 Jan 2017 13:40:33 +0000 (15:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Mar 2017 09:43:21 +0000 (09:43 +0000)
commita5cc38481be3c5e6ccbecf951f9fdc049e5101d5
treeeedc538574c2ec348bf3ff41883d410298b10e1a
parent341810aff923ace6b1cc1e15e19383c4f8773b51
package_manager.py: improve the API for insert_feed_uris()

No need to store the configuration as class members,
just pass it directly into the method.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/lib/oe/package_manager.py
meta/lib/oe/rootfs.py