All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH][meta-oe 1/2] xscreensaver: fix indentation and use BPN/BP in SRC_URI
Date: Tue, 13 Nov 2018 09:55:35 +0000	[thread overview]
Message-ID: <20181113095536.7256-1-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <CA+chaQe-odXPBtfwRY3-SVJkexAa2WzyekTe-4w4z8tPPNAuEw@mail.gmail.com>

---
 .../xscreensaver/xscreensaver_5.39.bb                | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
index e7f97b61a4..0a884e98b4 100644
--- a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
+++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
@@ -1,15 +1,17 @@
 SUMMARY = "X screen saver and locker"
+
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://driver/xscreensaver.h;endline=10;md5=e141ab5822fb2d43694e1e47b59fc0df"
-SRC_URI = "https://www.jwz.org/xscreensaver/xscreensaver-${PV}.tar.gz"
+
+SRC_URI = "https://www.jwz.org/${BPN}/${BP}.tar.gz"
 SRC_URI[md5sum] = "a5da62b91271f4e8afcc73d44697364b"
 SRC_URI[sha256sum] = "48ce1880f18b5321182be0c033aeceb5ec5628a1505b9d1ff69dbf06093c2426"
 
 SRC_URI += " \
-	file://xscreensaver.service \
-	file://fix-buildscripts.patch \
-	file://tweak-app-defaults.patch \
-	"
+    file://xscreensaver.service \
+    file://fix-buildscripts.patch \
+    file://tweak-app-defaults.patch \
+"
 
 DEPENDS = "intltool-native libx11 libxext libxt libxft glib-2.0-native bc-native"
 # These are only needed as part of the stopgap screensaver implementation:
-- 
2.17.1



  reply	other threads:[~2018-11-13  9:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 15:57 [meta-oe][PATCH v2] Adding support for xscreensaver-5.39 Parthiban Nallathambi
2018-11-13  9:53 ` Martin Jansa
2018-11-13  9:55   ` Martin Jansa [this message]
2018-11-13  9:55     ` [PATCH][meta-oe 2/2] xscreensaver: add distro_features_check for x11 Martin Jansa
2018-11-13 10:34       ` Parthiban Nallathambi
2018-11-13 10:33     ` [PATCH][meta-oe 1/2] xscreensaver: fix indentation and use BPN/BP in SRC_URI Parthiban Nallathambi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181113095536.7256-1-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.