]> Git Repo - buildroot-mgba.git/commit
package/targetcli-fb: needs python-gobject
authorJeremy J. Peper <[email protected]>
Tue, 12 Mar 2024 20:14:13 +0000 (15:14 -0500)
committerArnout Vandecappelle <[email protected]>
Fri, 15 Mar 2024 20:14:27 +0000 (21:14 +0100)
commit945b9f8d8e9704fd3d2dbd2579ebf9178ed49d89
tree5dc28d984bc1bc5590b193035524789f8cc1c890
parent30af227f9bac1e568c1208cfc392748a8ddbbf0d
package/targetcli-fb: needs python-gobject

Without python-gobject, we get the following runtime error:

   ModuleNotFoundError: No module named 'gi'

Add python-gobject and propagate its dependencies.

While we're at it, split the DEPENDENCIES over several line and sort
them alphabetically.

Signed-off-by: Jeremy J. Peper <[email protected]>
Reviewed-by: Adam Duskett <[email protected]>
[Arnout: reorder everything alphabeticall, split DEPENDENCIES over
several lines.]
Signed-off-by: Arnout Vandecappelle <[email protected]>
package/targetcli-fb/Config.in
package/targetcli-fb/targetcli-fb.mk
This page took 0.036083 seconds and 4 git commands to generate.