From: Khem Raj <raj.khem@gmail.com>
To: Parthiban Nallathambi <pn@denx.de>, gurrieristefano@gmail.com
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] Adding support for xscreensaver-5.39
Date: Fri, 8 Jun 2018 00:56:06 -0700 [thread overview]
Message-ID: <b861b7d2-3ef7-0bfb-1c4e-d0494e325708@gmail.com> (raw)
In-Reply-To: <20180606080558.3620048-2-pn@denx.de>
Hi Parthiban
it has a rdep on gifview but there is no recipe with such a name in any
of meta-openembedded layers.
ERROR: Nothing RPROVIDES 'gifview' (but
/mnt/a/oe/sources/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'gifview' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gifview']
NOTE: Runtime target 'xscreensaver-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['xscreensaver-dev', 'gifview']
ERROR: Nothing RPROVIDES 'xscreensaver' (but
/mnt/a/oe/sources/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'xscreensaver'
NOTE: Runtime target 'xscreensaver' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['xscreensaver']
On 6/6/18 1:05 AM, Parthiban Nallathambi wrote:
> - This patch enables the support for xscreensaver 5.39 version
> - xscreensaver.service created for the system with systemd
>
> Signed-off-by: Parthiban Nallathambi <pn@denx.de>
> ---
> .../xscreensaver/files/fix-buildscripts.patch | 116 +++++++++
> .../xscreensaver/files/tweak-app-defaults.patch | 273 +++++++++++++++++++++
> .../xscreensaver/files/xscreensaver.service | 14 ++
> .../xscreensaver/xscreensaver_5.39.bb | 25 ++
> 4 files changed, 428 insertions(+)
> create mode 100644 meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch
> create mode 100644 meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch
> create mode 100755 meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service
> create mode 100644 meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
>
> diff --git a/meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch b/meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch
> new file mode 100644
> index 000000000..3a50eff83
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xscreensaver/files/fix-buildscripts.patch
> @@ -0,0 +1,116 @@
> +--- xscreensaver-5.39.orig/configure.in
> ++++ xscreensaver-5.39/configure.in
> +@@ -14,6 +14,9 @@
> + #
> + ###############################################################################
> +
> ++includedir=''
> ++libdir=''
> ++
> + AH_TOP([
> + /* config.h.in --- xscreensaver, Copyright (c) 1991-2014 Jamie Zawinski.
> + *
> +@@ -422,12 +425,12 @@
> +
> + OBJCC="$CC"
> +
> +- AC_MSG_CHECKING([whether the compiler works on ANSI C])
> +- AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
> +- AC_MSG_RESULT(yes),
> +- AC_MSG_RESULT(no)
> +- AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.),
> +- AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.))
> ++# AC_MSG_CHECKING([whether the compiler works on ANSI C])
> ++# AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
> ++# AC_MSG_RESULT(yes),
> ++# AC_MSG_RESULT(no)
> ++# AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.),
> ++# AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.))
> +
> + if test -n "$GCC"; then
> + AC_MSG_RESULT(Turning on gcc compiler warnings.)
> +--- xscreensaver-5.39.orig/Makefile.in
> ++++ xscreensaver-5.39/Makefile.in
> +@@ -6,7 +6,7 @@
> + VPATH = @srcdir@
> +
> + SHELL = /bin/sh
> +-SUBDIRS = utils jwxyz hacks/images hacks hacks/glx driver po
> ++SUBDIRS = utils jwxyz hacks/images hacks driver
> + SUBDIRS2 = $(SUBDIRS) OSX android
> + TARFILES = README README.hacking README.VMS INSTALL \
> + configure configure.in Makefile.in config.h.in \
> +--- xscreensaver-5.39.orig/driver/Makefile.in
> ++++ xscreensaver-5.39/driver/Makefile.in
> +@@ -10,7 +10,7 @@
> + top_srcdir = @top_srcdir@
> + top_builddir = ..
> +
> +-install_prefix =
> ++install_prefix = ${DESTDIR}
> + prefix = @prefix@
> + exec_prefix = @exec_prefix@
> + bindir = @bindir@
> +@@ -221,7 +221,7 @@
> + SCRIPTS_1 = xscreensaver-getimage-file xscreensaver-getimage-video \
> + xscreensaver-text
> + SCRIPTS_OSX = xscreensaver-getimage-desktop
> +-SCRIPTS = $(SCRIPTS_1) @SCRIPTS_OSX@
> ++#SCRIPTS = $(SCRIPTS_1) @SCRIPTS_OSX@
> +
> + HDRS = XScreenSaver_ad.h XScreenSaver_Xm_ad.h \
> + xscreensaver.h prefs.h remote.h exec.h \
> +--- xscreensaver-5.39.orig/hacks/Makefile.in
> ++++ xscreensaver-5.39/hacks/Makefile.in
> +@@ -10,7 +10,7 @@
> + top_srcdir = @top_srcdir@
> + top_builddir = ..
> +
> +-install_prefix =
> ++install_prefix = ${DESTDIR}
> + prefix = @prefix@
> + exec_prefix = @exec_prefix@
> + bindir = @bindir@
> +@@ -122,7 +122,7 @@
> + asm6502.c abstractile.c lcdscrub.c hexadrop.c \
> + tessellimage.c delaunay.c recanim.c binaryring.c \
> + webcollage-cocoa.m webcollage-helper-cocoa.m testx11.c
> +-SCRIPTS = vidwhacker webcollage ljlatest
> ++#SCRIPTS = vidwhacker webcollage ljlatest
> +
> + # Programs that are mentioned in XScreenSaver.ad, and that have XML files,
> + # but that are not shipped with xscreensaver itself.
> +@@ -163,7 +163,13 @@
> + lcdscrub.o hexadrop.o tessellimage.o delaunay.o recanim.o \
> + binaryring.o testx11.o
> +
> +-EXES = attraction blitspin bouboule braid decayscreen deco \
> ++EXES = fontglide
> ++JPEG_EXES = webcollage-helper
> ++
> ++RETIRED_EXES = ant bubbles critical flag forest hyperball hypercube laser \
> ++ lightning lisa lissie lmorph rotor sphere spiral t3d vines \
> ++ whirlygig worm xsublim juggle testx11 \
> ++ attraction blitspin bouboule braid decayscreen deco \
> + drift flame galaxy grav greynetic halo \
> + helix hopalong ifs imsmap julia kaleidescope \
> + maze moire noseguy pedal \
> +@@ -179,17 +185,12 @@
> + speedmine vermiculate twang apollonian euler2d \
> + polyominoes thornbird fluidballs anemone halftone \
> + metaballs eruption popsquares barcode piecewise cloudlife \
> +- fontglide apple2 xanalogtv pong wormhole \
> ++ apple2 xanalogtv pong wormhole \
> + pacman fuzzyflakes anemotaxis memscroller substrate \
> + intermomentary fireworkx fiberlamp boxfit interaggregate \
> + celtic cwaves m6502 abstractile lcdscrub hexadrop \
> + tessellimage binaryring \
> + @JPEG_EXES@
> +-JPEG_EXES = webcollage-helper
> +-
> +-RETIRED_EXES = ant bubbles critical flag forest hyperball hypercube laser \
> +- lightning lisa lissie lmorph rotor sphere spiral t3d vines \
> +- whirlygig worm xsublim juggle testx11
> +
> + HACK_OBJS_1 = fps.o $(UTILS_BIN)/resources.o $(UTILS_BIN)/visual.o \
> + $(UTILS_BIN)/usleep.o $(UTILS_BIN)/yarandom.o \
> diff --git a/meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch b/meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch
> new file mode 100644
> index 000000000..099a0b2f4
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xscreensaver/files/tweak-app-defaults.patch
> @@ -0,0 +1,273 @@
> +--- xscreensaver-5.39.orig/driver/XScreenSaver.ad.in
> ++++ xscreensaver-5.39/driver/XScreenSaver.ad.in
> +@@ -29,7 +29,7 @@
> + ! /* (xrdb prevention kludge: whole file)
> +
> + *mode: random
> +-*timeout: 0:10:00
> ++*timeout: 0:15:00
> + *cycle: 0:10:00
> + *lockTimeout: 0:00:00
> + *passwdTimeout: 0:00:30
> +@@ -38,7 +38,7 @@
> + *dpmsStandby: 2:00:00
> + *dpmsSuspend: 2:00:00
> + *dpmsOff: 4:00:00
> +-*grabDesktopImages: True
> ++*grabDesktopImages: False
> + *grabVideoFrames: False
> + *chooseRandomImages: @DEFAULT_IMAGES_P@
> + ! This can be a local directory name, or the URL of an RSS or Atom feed.
> +@@ -48,11 +48,11 @@
> + *lock: False
> + *verbose: False
> + *timestamp: True
> +-*fade: True
> ++*fade: False
> + *unfade: False
> + *fadeSeconds: 0:00:03
> + *fadeTicks: 20
> +-*splash: True
> ++*splash: False
> + *splashDuration: 0:00:05
> + *visualID: default
> + *captureStderr: True
> +@@ -158,236 +158,8 @@
> + ! screen savers interactively.
> + !
> + *programs: \
> +- maze -root \n\
> +-@GL_KLUDGE@ GL: superquadrics -root \n\
> +- attraction -root \n\
> +- blitspin -root \n\
> +- greynetic -root \n\
> +- helix -root \n\
> +- hopalong -root \n\
> +- imsmap -root \n\
> +-- noseguy -root \n\
> +-- pyro -root \n\
> +- qix -root \n\
> +-- rocks -root \n\
> +- rorschach -root \n\
> +- decayscreen -root \n\
> +- flame -root \n\
> +- halo -root \n\
> +- slidescreen -root \n\
> +- pedal -root \n\
> +- bouboule -root \n\
> +-- braid -root \n\
> +- coral -root \n\
> +- deco -root \n\
> +- drift -root \n\
> +-- fadeplot -root \n\
> +- galaxy -root \n\
> +- goop -root \n\
> +- grav -root \n\
> +- ifs -root \n\
> +-@GL_KLUDGE@ GL: jigsaw -root \n\
> +- julia -root \n\
> +-- kaleidescope -root \n\
> +-@GL_KLUDGE@ GL: moebius -root \n\
> +- moire -root \n\
> +-@GL_KLUDGE@ GL: morph3d -root \n\
> +- mountain -root \n\
> +- munch -root \n\
> +- penrose -root \n\
> +-@GL_KLUDGE@ GL: pipes -root \n\
> +- rd-bomb -root \n\
> +-@GL_KLUDGE@ GL: rubik -root \n\
> +-- sierpinski -root \n\
> +- slip -root \n\
> +-@GL_KLUDGE@ GL: sproingies -root \n\
> +- starfish -root \n\
> +- strange -root \n\
> +- swirl -root \n\
> +- triangle -root \n\
> +- xjack -root \n\
> +- xlyap -root \n\
> +-@GL_KLUDGE@ GL: atlantis -root \n\
> +- bsod -root \n\
> +-@GL_KLUDGE@ GL: bubble3d -root \n\
> +-@GL_KLUDGE@ GL: cage -root \n\
> +-- crystal -root \n\
> +- cynosure -root \n\
> +- discrete -root \n\
> +- distort -root \n\
> +- epicycle -root \n\
> +- flow -root \n\
> +-@GL_KLUDGE@ GL: glplanet -root \n\
> +- interference -root \n\
> +- kumppa -root \n\
> +-@GL_KLUDGE@ GL: lament -root \n\
> +- moire2 -root \n\
> +-@GL_KLUDGE@ GL: sonar -root \n\
> +-@GL_KLUDGE@ GL: stairs -root \n\
> +- truchet -root \n\
> +-- vidwhacker -root \n\
> +- blaster -root \n\
> +- bumps -root \n\
> +- ccurve -root \n\
> +- compass -root \n\
> +- deluxe -root \n\
> +-- demon -root \n\
> +-@GLE_KLUDGE@ GL: extrusion -root \n\
> +-- loop -root \n\
> +- penetrate -root \n\
> +- petri -root \n\
> +- phosphor -root \n\
> +-@GL_KLUDGE@ GL: pulsar -root \n\
> +- ripples -root \n\
> +- shadebobs -root \n\
> +-@GL_KLUDGE@ GL: sierpinski3d -root \n\
> +- spotlight -root \n\
> +- squiral -root \n\
> +- wander -root \n\
> +-- webcollage -root \n\
> +- xflame -root \n\
> +- xmatrix -root \n\
> +-@GL_KLUDGE@ GL: gflux -root \n\
> +-- nerverot -root \n\
> +- xrayswarm -root \n\
> +- xspirograph -root \n\
> +-@GL_KLUDGE@ GL: circuit -root \n\
> +-@GL_KLUDGE@ GL: dangerball -root \n\
> +-- GL: dnalogo -root \n\
> +-@GL_KLUDGE@ GL: engine -root \n\
> +-@GL_KLUDGE@ GL: flipscreen3d -root \n\
> +-@GL_KLUDGE@ GL: gltext -root \n\
> +-@GL_KLUDGE@ GL: menger -root \n\
> +-@GL_KLUDGE@ GL: molecule -root \n\
> +- rotzoomer -root \n\
> +- speedmine -root \n\
> +-@GL_KLUDGE@ GL: starwars -root \n\
> +-@GL_KLUDGE@ GL: stonerview -root \n\
> +- vermiculate -root \n\
> +- whirlwindwarp -root \n\
> +- zoom -root \n\
> +- anemone -root \n\
> +- apollonian -root \n\
> +-@GL_KLUDGE@ GL: boxed -root \n\
> +-@GL_KLUDGE@ GL: cubenetic -root \n\
> +-@GL_KLUDGE@ GL: endgame -root \n\
> +- euler2d -root \n\
> +- fluidballs -root \n\
> +-@GL_KLUDGE@ GL: flurry -root \n\
> +-- GL: glblur -root \n\
> +-@GL_KLUDGE@ GL: glsnake -root \n\
> +- halftone -root \n\
> +-@GL_KLUDGE@ GL: juggler3d -root \n\
> +-@GL_KLUDGE@ GL: lavalite -root \n\
> +-- polyominoes -root \n\
> +-@GL_KLUDGE@ GL: queens -root \n\
> +-- GL: sballs -root \n\
> +-@GL_KLUDGE@ GL: spheremonics -root \n\
> +-- thornbird -root \n\
> +- twang -root \n\
> +-- GL: antspotlight -root \n\
> +- apple2 -root \n\
> +-@GL_KLUDGE@ GL: atunnel -root \n\
> +- barcode -root \n\
> +-@GL_KLUDGE@ GL: blinkbox -root \n\
> +-@GL_KLUDGE@ GL: blocktube -root \n\
> +-@GL_KLUDGE@ GL: bouncingcow -root \n\
> +- cloudlife -root \n\
> +-@GL_KLUDGE@ GL: cubestorm -root \n\
> +- eruption -root \n\
> +-@GL_KLUDGE@ GL: flipflop -root \n\
> +-@GL_KLUDGE@ GL: flyingtoasters -root \n\
> +- fontglide -root \n\
> +-@GL_KLUDGE@ GL: gleidescope -root \n\
> +-@GL_KLUDGE@ GL: glknots -root \n\
> +-@GL_KLUDGE@ GL: glmatrix -root \n\
> +-- GL: glslideshow -root \n\
> +-@GL_KLUDGE@ GL: hypertorus -root \n\
> +-- GL: jigglypuff -root \n\
> +- metaballs -root \n\
> +-@GL_KLUDGE@ GL: mirrorblob -root \n\
> +- piecewise -root \n\
> +-@GL_KLUDGE@ GL: polytopes -root \n\
> +- pong -root \n\
> +- popsquares -root \n\
> +-@GL_KLUDGE@ GL: surfaces -root \n\
> +- xanalogtv -root \n\
> +- abstractile -root \n\
> +- anemotaxis -root \n\
> +-- GL: antinspect -root \n\
> +- fireworkx -root \n\
> +- fuzzyflakes -root \n\
> +- interaggregate -root \n\
> +- intermomentary -root \n\
> +- memscroller -root \n\
> +-@GL_KLUDGE@ GL: noof -root \n\
> +- pacman -root \n\
> +-@GL_KLUDGE@ GL: pinion -root \n\
> +-@GL_KLUDGE@ GL: polyhedra -root \n\
> +-- GL: providence -root \n\
> +- substrate -root \n\
> +- wormhole -root \n\
> +-- GL: antmaze -root \n\
> +-@GL_KLUDGE@ GL: boing -root \n\
> +- boxfit -root \n\
> +-@GL_KLUDGE@ GL: carousel -root \n\
> +- celtic -root \n\
> +-@GL_KLUDGE@ GL: crackberg -root \n\
> +-@GL_KLUDGE@ GL: cube21 -root \n\
> +- fiberlamp -root \n\
> +-@GL_KLUDGE@ GL: fliptext -root \n\
> +-@GL_KLUDGE@ GL: glhanoi -root \n\
> +-@GL_KLUDGE@ GL: tangram -root \n\
> +-@GL_KLUDGE@ GL: timetunnel -root \n\
> +-@GL_KLUDGE@ GL: glschool -root \n\
> +-@GL_KLUDGE@ GL: topblock -root \n\
> +-@GL_KLUDGE@ GL: cubicgrid -root \n\
> +- cwaves -root \n\
> +-@GL_KLUDGE@ GL: gears -root \n\
> +-@GL_KLUDGE@ GL: glcells -root \n\
> +-@GL_KLUDGE@ GL: lockward -root \n\
> +- m6502 -root \n\
> +-@GL_KLUDGE@ GL: moebiusgears -root \n\
> +-@GL_KLUDGE@ GL: voronoi -root \n\
> +-@GL_KLUDGE@ GL: hypnowheel -root \n\
> +-@GL_KLUDGE@ GL: klein -root \n\
> +-- lcdscrub -root \n\
> +-@GL_KLUDGE@ GL: photopile -root \n\
> +-@GL_KLUDGE@ GL: skytentacles -root \n\
> +-@GL_KLUDGE@ GL: rubikblocks -root \n\
> +-@GL_KLUDGE@ GL: companioncube -root \n\
> +-@GL_KLUDGE@ GL: hilbert -root \n\
> +-@GL_KLUDGE@ GL: tronbit -root \n\
> +-@GL_KLUDGE@ GL: geodesic -root \n\
> +- hexadrop -root \n\
> +-@GL_KLUDGE@ GL: kaleidocycle -root \n\
> +-@GL_KLUDGE@ GL: quasicrystal -root \n\
> +-@GL_KLUDGE@ GL: unknownpleasures -root \n\
> +- binaryring -root \n\
> +-@GL_KLUDGE@ GL: cityflow -root \n\
> +-@GL_KLUDGE@ GL: geodesicgears -root \n\
> +-@GL_KLUDGE@ GL: projectiveplane -root \n\
> +-@GL_KLUDGE@ GL: romanboy -root \n\
> +- tessellimage -root \n\
> +-@GL_KLUDGE@ GL: winduprobot -root \n\
> +-@GL_KLUDGE@ GL: splitflap -root \n\
> +-@GL_KLUDGE@ GL: cubestack -root \n\
> +-@GL_KLUDGE@ GL: cubetwist -root \n\
> +-@GL_KLUDGE@ GL: discoball -root \n\
> +-@GL_KLUDGE@ GL: dymaxionmap -root \n\
> +-@GL_KLUDGE@ GL: energystream -root \n\
> +-@GL_KLUDGE@ GL: hexstrut -root \n\
> +-@GL_KLUDGE@ GL: hydrostat -root \n\
> +-@GL_KLUDGE@ GL: raverhoop -root \n\
> +-@GL_KLUDGE@ GL: splodesic -root \n\
> +-@GL_KLUDGE@ GL: unicrud -root \n\
> +-@GL_KLUDGE@ GL: esper -root \n\
> +-@GL_KLUDGE@ GL: vigilance -root \n\
> +-@GL_KLUDGE@ GL: crumbler -root \n\
> +-@GL_KLUDGE@ GL: maze3d -root \n\
> +-@GL_KLUDGE@ GL: peepers -root \n\
> +-@GL_KLUDGE@ GL: razzledazzle -root \n
> +-
> ++- fontglide -root -program "date +'%F %H:%M %z'" \n\
> ++ gifview --window $XSCREENSAVER_WINDOW /usr/share/logo/bosch-black.gif \n
> +
> +
> + !=============================================================================
> diff --git a/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service b/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service
> new file mode 100755
> index 000000000..17dfe75ef
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service
> @@ -0,0 +1,14 @@
> +[Unit]
> +Description=Xscreensaver service
> +PartOf=xserver-nodm.service
> +After=xserver-nodm.service
> +
> +[Service]
> +ExecStart=/usr/bin/xscreensaver
> +Environment="DISPLAY=:0"
> +User=xuser
> +Restart=always
> +RestartSec=1
> +
> +[Install]
> +WantedBy=multi-user.target
> diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
> new file mode 100644
> index 000000000..6b17f9b09
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
> @@ -0,0 +1,25 @@
> +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[md5sum] = "a5da62b91271f4e8afcc73d44697364b"
> +SRC_URI[sha256sum] = "48ce1880f18b5321182be0c033aeceb5ec5628a1505b9d1ff69dbf06093c2426"
> +
> +SRC_URI += " \
> + 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:
> +RDEPENDS_${PN} += "xserver-nodm-init gifview liberation-fonts"
> +
> +inherit systemd perlnative pkgconfig gettext autotools-brokensep
> +
> +do_install_append() {
> + install -D ${WORKDIR}/xscreensaver.service ${D}${systemd_unitdir}/system/xscreensaver.service
> +}
> +
> +FILES_${PN} += "${datadir}/X11/app-defaults/XScreenSaver"
> +SYSTEMD_SERVICE_${PN} = "xscreensaver.service"
>
next prev parent reply other threads:[~2018-06-08 7:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-06 8:05 (No subject) Parthiban Nallathambi
2018-06-06 8:05 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
2018-06-08 7:56 ` Khem Raj [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-29 21:31 Parthiban Nallathambi
2018-09-29 23:21 ` akuster808
2018-09-30 0:36 ` Khem Raj
2018-11-05 14:31 ` Parthiban Nallathambi
2018-11-05 14:30 ` Parthiban Nallathambi
2018-06-06 7:02 xscreensaver yocto recipe Stefano Gurrieri
2018-06-06 8:12 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
2018-06-06 9:55 ` Koen Kooi
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=b861b7d2-3ef7-0bfb-1c4e-d0494e325708@gmail.com \
--to=raj.khem@gmail.com \
--cc=gurrieristefano@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=pn@denx.de \
/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.