Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
ab6fa9e0
Commit
ab6fa9e0
authored
Aug 17, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
psplash: don't draw progress and message bar
parent
4278469f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
1 deletion
+37
-1
0001-Don-t-draw-progress-and-message-bar.patch
...lash/files/0001-Don-t-draw-progress-and-message-bar.patch
+34
-0
psplash_git.bbappend
recipes-core/psplash/psplash_git.bbappend
+3
-1
No files found.
recipes-core/psplash/files/0001-Don-t-draw-progress-and-message-bar.patch
0 → 100644
View file @
ab6fa9e0
From 0a4de5dde63b6e425a3021536fcc4a1e76eec8f4 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Mon, 17 Aug 2015 12:20:58 +0200
Subject: [PATCH] Don't draw progress and message bar
---
psplash.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/psplash.c b/psplash.c
index 22af68d..fb231f6 100644
--- a/psplash.c
+++ b/psplash.c
@@ -290,7 +290,7 @@
main (int argc, char** argv)
POKY_IMG_RLE_PIXEL_DATA);
/* Draw progress bar border */
- psplash_fb_draw_image (fb,
+/* psplash_fb_draw_image (fb,
(fb->width - BAR_IMG_WIDTH)/2,
SPLIT_LINE_POS(fb),
BAR_IMG_WIDTH,
@@ -303,7 +303,7 @@
main (int argc, char** argv)
#ifdef PSPLASH_STARTUP_MSG
psplash_draw_msg (fb, PSPLASH_STARTUP_MSG);
-#endif
+#endif */
psplash_main (fb, pipe_fd, 0);
--
2.5.0
recipes-core/psplash/psplash_git.bbappend
View file @
ab6fa9e0
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
DEPENDS += "gdk-pixbuf-native"
SRC_URI += "file://psplash-colors.h \
file://psplash-bar-img.png"
file://psplash-bar-img.png \
file://0001-Don-t-draw-progress-and-message-bar.patch \
"
SPLASH_IMAGES = "file://psplash-poky-img.png;outsuffix=default"
do_configure_append () {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment