e2fsprogs: Fix DEPENDS (add gettext)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1954 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-06-16 11:03:46 +00:00
parent 8aef26e433
commit d6fcec490a
2 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,9 @@ SECTION = "base"
require e2fsprogs_${PV}.bb
inherit native
DEPENDS = "gettext-native"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/e2fsprogs-${PV}', '${FILE_DIRNAME}/e2fsprogs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
PACKAGES = ""
DEPENDS = ""
do_stage () {
oe_runmake install

View File

@ -2,6 +2,7 @@ DESCRIPTION = "EXT2 Filesystem Utilities"
HOMEPAGE = "http://e2fsprogs.sf.net"
LICENSE = "GPL"
SECTION = "base"
DEPENDS = "gettext"
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz"