task-sdk-host: Add pkgconfig-sdk to SDK

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3323 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-12-10 15:51:47 +00:00
parent 7147d33ead
commit 49bcedcc8d

View File

@@ -3,7 +3,7 @@
#
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
PR = "r2"
PR = "r3"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
@@ -15,4 +15,5 @@ RDEPENDS_${PN} = "\
binutils-cross-sdk \
gcc-cross-sdk \
gdb-cross-sdk \
pkgconfig-sdk \
"