[oe-commits] [meta-openembedded] 03/05: xscreensaver: fix indentation and use BPN/BP in SRC_URI

git at git.openembedded.org git at git.openembedded.org
Thu Nov 15 05:04:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7d08609b5dc7c2e52227eb8a16c153a6e643b7e2
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Tue Nov 13 09:55:35 2018 +0000

    xscreensaver: fix indentation and use BPN/BP in SRC_URI
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-graphics/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 e7f97b6..0a884e9 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:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list