mirror of
https://git.yoctoproject.org/poky
synced 2026-03-20 14:19:42 +01:00
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:
@@ -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 \
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user