From 737c14c785e45a0d3da003228e6652b46d023af7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 11 Sep 2018 12:04:12 +0200 Subject: stop making lists with a series of += Using the following pattern is very inefficent, stop using it. SRC_URI = "src1" SRC_URI += "src2" Signed-off-by: Max Krummenacher --- recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.3.bb | 8 +++++--- recipes-lxde/lxsession/lxsession_0.5.3.bb | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.3.bb b/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.3.bb index e44b1d1..762d0bf 100644 --- a/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.3.bb +++ b/recipes-lxde/lxappearance-obconf/lxappearance-obconf_0.2.3.bb @@ -6,9 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "glib-2.0-native intltool-native libcroco librsvg lxappearance menu-cache openbox" -SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxappearance-obconf-${PV}.tar.xz" -# only needed for gtk3, applied unconditionally thow -SRC_URI += "file://window_border_broken_with_gtk3.patch" +# patch only needed for gtk3, applied unconditionally though +SRC_URI = " \ + ${SOURCEFORGE_MIRROR}/lxde/lxappearance-obconf-${PV}.tar.xz \ + file://window_border_broken_with_gtk3.patch \ +" SRC_URI[md5sum] = "ae0076d489aa786f5d573f7ff592a4ab" SRC_URI[sha256sum] = "3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149" diff --git a/recipes-lxde/lxsession/lxsession_0.5.3.bb b/recipes-lxde/lxsession/lxsession_0.5.3.bb index 07c0131..768621f 100644 --- a/recipes-lxde/lxsession/lxsession_0.5.3.bb +++ b/recipes-lxde/lxsession/lxsession_0.5.3.bb @@ -10,9 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a76102f7f48780284bee49e6edaeb5a9" DEPENDS = "dbus dbus-glib glib-2.0 intltool-native libgee libunique virtual/libx11 lxde-common polkit vala-native xproto" RDEPENDS_${PN} = "upower dbus-x11" -SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxsession-${PV}.tar.xz" -SRC_URI += "file://0001-replace-use-of-UniqueApp-with-GtkApplication.patch" -SRC_URI += "file://0002-GTK-3-GtkObject-no-longer-exists.patch" +SRC_URI = " \ + ${SOURCEFORGE_MIRROR}/lxde/lxsession-${PV}.tar.xz \ + file://0001-replace-use-of-UniqueApp-with-GtkApplication.patch \ + file://0002-GTK-3-GtkObject-no-longer-exists.patch \ +" SRC_URI[md5sum] = "823c50e6d0e4ce15a23a42e8f8bf4221" SRC_URI[sha256sum] = "90bf42a45421f45f2c745d60f2c730176e1472642451c06c2ab07dcebdaf1fa8" -- cgit v1.2.3