mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
xscreensaver: fix indentation and use BPN/BP in SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user