mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
exmap-console: Add missing DEPENDS on glib-2.0 (from OE)
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Console based version of exmap, a memory usage analysis tool"
|
||||
HOMEPAGE = "http://projects.o-hand.com/exmap-console"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "virtual/kernel readline"
|
||||
DEPENDS = "virtual/kernel readline glib-2.0"
|
||||
|
||||
SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user