mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
wic: remove rpm warning code from BackendPlugin
We don't currently use rpm functionality, so we don't need to silence rpm warnings. (From OE-Core rev: dd3cc03d4fa3347f8ef2db23d8ff98bdbdb73baa) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2a8399988e
commit
39c9af56ed
@@ -83,11 +83,6 @@ class ImagerPlugin(_Plugin):
|
|||||||
class BackendPlugin(_Plugin):
|
class BackendPlugin(_Plugin):
|
||||||
mic_plugin_type="backend"
|
mic_plugin_type="backend"
|
||||||
|
|
||||||
# suppress the verbose rpm warnings
|
|
||||||
if msger.get_loglevel() != 'debug':
|
|
||||||
import rpm
|
|
||||||
rpm.setVerbosity(rpm.RPMLOG_ERR)
|
|
||||||
|
|
||||||
def addRepository(self):
|
def addRepository(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user