summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-06-18 01:09:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-15 13:48:03 +0200
commiteaccc70be9b2dcf4b908fab951330ef775f584e6 (patch)
tree26e8e3a6e911cff244bf517a467bef344ecb5e44
parentd88c2e3f5e1d1465164f494e9d10f3d4451cc9aa (diff)
add _${PN} to all DEPENDS variable definitions
-rw-r--r--recipes-lxde/lxde-common/lxde-common_0.5.5.bb2
-rw-r--r--recipes-lxde/lxpanel/lxpanel_0.5.8.bb2
-rw-r--r--recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb2
-rw-r--r--recipes-lxde/lxsession/lxsession_0.4.6.1.bb2
-rw-r--r--recipes-lxde/lxterminal/lxterminal_0.1.11.bb2
-rw-r--r--recipes-lxde/menu-cache/menu-cache_0.3.2.bb2
-rw-r--r--recipes-lxde/obconf/obconf_2.0.3+git.bb2
-rw-r--r--recipes-lxde/openbox/openbox_3.5.0.bb4
8 files changed, 9 insertions, 9 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_0.5.5.bb b/recipes-lxde/lxde-common/lxde-common_0.5.5.bb
index b03b4e5..7cb5fad 100644
--- a/recipes-lxde/lxde-common/lxde-common_0.5.5.bb
+++ b/recipes-lxde/lxde-common/lxde-common_0.5.5.bb
@@ -5,7 +5,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced"
-RDEPENDS = "gtk+ lxde-icon-theme"
+RDEPENDS_{PN} = "gtk+ lxde-icon-theme"
DEPENDS = "${RDEPENDS}"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
diff --git a/recipes-lxde/lxpanel/lxpanel_0.5.8.bb b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
index 68829fb..43ea7ce 100644
--- a/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
+++ b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
@@ -7,7 +7,7 @@ PR = "r2"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183"
-RDEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib"
+RDEPENDS_{PN} = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib"
DEPENDS = "${RDEPENDS}"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
diff --git a/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb b/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb
index d04988c..0d9e926 100644
--- a/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb
+++ b/recipes-lxde/lxsession-edit/lxsession-edit_0.2.0.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "glib-2.0 gtk+"
-RDEPENDS = "lxde-common lxsession"
+RDEPENDS_{PN} = "lxde-common lxsession"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz"
SRC_URI[md5sum] = "1e763a9b7f297ba964cd41b30edfccd7"
diff --git a/recipes-lxde/lxsession/lxsession_0.4.6.1.bb b/recipes-lxde/lxsession/lxsession_0.4.6.1.bb
index 1af5148..2319c67 100644
--- a/recipes-lxde/lxsession/lxsession_0.4.6.1.bb
+++ b/recipes-lxde/lxsession/lxsession_0.4.6.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a76102f7f48780284bee49e6edaeb5a9"
COMMON_DEPENDS = "gtk+ glib-2.0 lxde-common dbus"
DEPENDS = "${COMMON_DEPENDS} xproto virtual/libx11"
-RDEPENDS = "${COMMON_DEPENDS} upower dbus-x11"
+RDEPENDS_{PN} = "${COMMON_DEPENDS} upower dbus-x11"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "e456b64c5ab3652a4dec661ec706dc6e"
diff --git a/recipes-lxde/lxterminal/lxterminal_0.1.11.bb b/recipes-lxde/lxterminal/lxterminal_0.1.11.bb
index 85712ca..f3729da 100644
--- a/recipes-lxde/lxterminal/lxterminal_0.1.11.bb
+++ b/recipes-lxde/lxterminal/lxterminal_0.1.11.bb
@@ -4,7 +4,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-RDEPENDS = "gtk+ vte glib-2.0"
+RDEPENDS_{PN} = "gtk+ vte glib-2.0"
DEPENDS = "${RDEPENDS} intltool-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz"
diff --git a/recipes-lxde/menu-cache/menu-cache_0.3.2.bb b/recipes-lxde/menu-cache/menu-cache_0.3.2.bb
index 81d000d..6be3633 100644
--- a/recipes-lxde/menu-cache/menu-cache_0.3.2.bb
+++ b/recipes-lxde/menu-cache/menu-cache_0.3.2.bb
@@ -5,7 +5,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-RDEPENDS = "glib-2.0"
+RDEPENDS_{PN} = "glib-2.0"
DEPENDS = "${RDEPENDS} intltool-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz"
diff --git a/recipes-lxde/obconf/obconf_2.0.3+git.bb b/recipes-lxde/obconf/obconf_2.0.3+git.bb
index 52d2f84..d510f9d 100644
--- a/recipes-lxde/obconf/obconf_2.0.3+git.bb
+++ b/recipes-lxde/obconf/obconf_2.0.3+git.bb
@@ -9,7 +9,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "gtk+ glib-2.0 libglade startup-notification openbox"
-RDEPENDS = "openbox"
+RDEPENDS_{PN} = "openbox"
SRC_URI = "git://git.openbox.org/dana/obconf;branch=master;protocol=git \
file://obconf-lxde"
diff --git a/recipes-lxde/openbox/openbox_3.5.0.bb b/recipes-lxde/openbox/openbox_3.5.0.bb
index 2fcc410..fc016a4 100644
--- a/recipes-lxde/openbox/openbox_3.5.0.bb
+++ b/recipes-lxde/openbox/openbox_3.5.0.bb
@@ -4,9 +4,9 @@ SECTION = "x11/wm"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-PR = "r3"
+PR = "r4"
-RDEPENDS = "glib-2.0 libxml2 pango imlib2 startup-notification libxft libxrandr libxt"
+RDEPENDS_{PN} = "glib-2.0 libxml2 pango imlib2 startup-notification libxft libxrandr libxt"
DEPENDS = "${RDEPENDS} xextproto xf86vidmodeproto"
RDEPENDS_${PN} = "openbox-theme-clearlooks"