mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00: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"
|
HOMEPAGE = "http://projects.o-hand.com/exmap-console"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
LICENSE = "GPL"
|
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"
|
SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user