summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxterminal
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-08-16 16:04:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-15 13:52:28 +0200
commitf634bea1cb4715fb8b91fc4212afd45a7985167a (patch)
tree4cac9908ae27e2d837ecbd218105bd99e0fa5653 /recipes-lxde/lxterminal
parent14c8d29af376337267b3ffa2013cb6f1ef0684a1 (diff)
DEPENDS: replace ${RDEPENDS} with the explicit deps
DEPENDS lists required built recipes at build time, whereas RDEPENDS does list required packages at runtime. So don't confuse the two namespaces by using one to define the other.
Diffstat (limited to 'recipes-lxde/lxterminal')
-rw-r--r--recipes-lxde/lxterminal/lxterminal_0.1.11.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-lxde/lxterminal/lxterminal_0.1.11.bb b/recipes-lxde/lxterminal/lxterminal_0.1.11.bb
index f3729da..9afc637 100644
--- a/recipes-lxde/lxterminal/lxterminal_0.1.11.bb
+++ b/recipes-lxde/lxterminal/lxterminal_0.1.11.bb
@@ -4,8 +4,8 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-RDEPENDS_{PN} = "gtk+ vte glib-2.0"
-DEPENDS = "${RDEPENDS} intltool-native"
+RDEPENDS_{PN} = "gtk+ libvte glib-2.0"
+DEPENDS = "gtk+ vte glib-2.0 intltool-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "fd9140b45c0f28d021253c4aeb8c4aea"