alsa-utils/xdg-user-dirs/diffstat: Add missing DEPENDS on gettext

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-12-03 09:52:22 +00:00
parent 73e514b0e8
commit de73c65121
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
DESCRIPTION = "xdg-user-dirs is a tool to help manage user directories like the desktop folder and the music folder"
SRC_URI = "http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.10.tar.gz \
file://configurefix.patch;patch=1 "
DEPENDS = "gettext"
PR = "r1"
inherit autotools_stage

View File

@ -2,7 +2,7 @@ DESCRIPTION = "ALSA Utilities"
HOMEPAGE = "http://www.alsa-project.org"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "alsa-lib ncurses"
DEPENDS = "alsa-lib ncurses gettext"
PR = "r1"
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \

View File

@ -4,6 +4,7 @@ reviewing large, complex patch files."
HOMEPAGE = "http://invisible-island.net/diffstat/"
PRIORITY = "optional"
SECTION = "devel"
DEPENDS = "gettext"
# NOTE: The upstream maintainer has a single 'diffstat.tar.gz' for the
# latest version of the package. It could easily change out from under us.