mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02: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:
@@ -1,6 +1,7 @@
|
|||||||
DESCRIPTION = "xdg-user-dirs is a tool to help manage user directories like the desktop folder and the music folder"
|
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 \
|
SRC_URI = "http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.10.tar.gz \
|
||||||
file://configurefix.patch;patch=1 "
|
file://configurefix.patch;patch=1 "
|
||||||
|
DEPENDS = "gettext"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
inherit autotools_stage
|
inherit autotools_stage
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "ALSA Utilities"
|
|||||||
HOMEPAGE = "http://www.alsa-project.org"
|
HOMEPAGE = "http://www.alsa-project.org"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "alsa-lib ncurses"
|
DEPENDS = "alsa-lib ncurses gettext"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
|
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/"
|
HOMEPAGE = "http://invisible-island.net/diffstat/"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
|
DEPENDS = "gettext"
|
||||||
|
|
||||||
# NOTE: The upstream maintainer has a single 'diffstat.tar.gz' for the
|
# 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.
|
# latest version of the package. It could easily change out from under us.
|
||||||
|
|||||||
Reference in New Issue
Block a user