summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/man-db/man-db_2.8.7.bb2
-rw-r--r--meta/recipes-extended/psmisc/psmisc.inc2
-rw-r--r--meta/recipes-graphics/xorg-app/xorg-app-common.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.8.7.bb b/meta/recipes-extended/man-db/man-db_2.8.7.bb
index 083b2374aa..0d73b03482 100644
--- a/meta/recipes-extended/man-db/man-db_2.8.7.bb
+++ b/meta/recipes-extended/man-db/man-db_2.8.7.bb
@@ -10,7 +10,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \
10SRC_URI[md5sum] = "ec0b23c8314a1654c4d059b2c18ce43d" 10SRC_URI[md5sum] = "ec0b23c8314a1654c4d059b2c18ce43d"
11SRC_URI[sha256sum] = "b9cd5bb996305d08bfe9e1114edc30b4c97be807093b88af8033ed1cf9beb326" 11SRC_URI[sha256sum] = "b9cd5bb996305d08bfe9e1114edc30b4c97be807093b88af8033ed1cf9beb326"
12 12
13DEPENDS = "libpipeline gdbm groff-native base-passwd" 13DEPENDS = "libpipeline gdbm groff-native base-passwd flex-native"
14RDEPENDS_${PN} += "base-passwd" 14RDEPENDS_${PN} += "base-passwd"
15 15
16# | /usr/src/debug/man-db/2.8.0-r0/man-db-2.8.0/src/whatis.c:939: undefined reference to `_nl_msg_cat_cntr' 16# | /usr/src/debug/man-db/2.8.0-r0/man-db-2.8.0/src/whatis.c:939: undefined reference to `_nl_msg_cat_cntr'
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
index 594a10cf22..6de5acb71b 100644
--- a/meta/recipes-extended/psmisc/psmisc.inc
+++ b/meta/recipes-extended/psmisc/psmisc.inc
@@ -7,7 +7,7 @@ command sends a specified signal (SIGTERM if nothing is specified) to \
7processes identified by name. The fuser command identifies the PIDs \ 7processes identified by name. The fuser command identifies the PIDs \
8of processes that are using specified files or filesystems." 8of processes that are using specified files or filesystems."
9SECTION = "base" 9SECTION = "base"
10DEPENDS = "ncurses virtual/libintl gettext-native" 10DEPENDS = "ncurses virtual/libintl gettext-native xz-native"
11LICENSE = "GPLv2" 11LICENSE = "GPLv2"
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz" 13SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz"
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/meta/recipes-graphics/xorg-app/xorg-app-common.inc
index 3529cb26ef..211e399cf0 100644
--- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc
+++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc
@@ -12,6 +12,6 @@ INC_PR = "r8"
12 12
13SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" 13SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2"
14 14
15inherit autotools pkgconfig distro_features_check 15inherit autotools pkgconfig distro_features_check gettext
16 16
17FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/" 17FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/"