summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel
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/lxpanel
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/lxpanel')
-rw-r--r--recipes-lxde/lxpanel/lxpanel_0.5.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-lxde/lxpanel/lxpanel_0.5.8.bb b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
index 43ea7ce..dbcd76b 100644
--- a/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
+++ b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183"
RDEPENDS_{PN} = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib"
-DEPENDS = "${RDEPENDS}"
+DEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
file://lxpanel-0.5.6-broken-apps.patch \