mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
exmap-console: Add missing DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@2340 311d38ba-8fff-0310-9ca6-ca027cbcb966
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"
|
||||
DEPENDS = "virtual/kernel readline"
|
||||
|
||||
SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user