From: Sebastian Spaeth <Sebastian@SSpaeth.de>
To: openembedded-devel@lists.openembedded.org
Subject: [Fwd: [Shr-Devel] [PATCH] ILLUME_CONFIG is now also set by a variable]
Date: Fri, 20 Nov 2009 12:03:33 +0100 [thread overview]
Message-ID: <4B067785.50600@SSpaeth.de> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 222 bytes --]
See attached patch. We'd love to replace the default illume config with
our distro-specific version, so this will make the config RDEPENDS
overridable from our distro conf. Is such a change acceptable for OE?
spaetz
[-- Attachment #1.2: [Shr-Devel] [PATCH 1/2] ILLUME_CONFIG is now also set by a variable.eml --]
[-- Type: message/rfc822, Size: 4076 bytes --]
From: Tom Hacohen <tom@stosb.com>
To: shr-devel@lists.shr-project.org
Subject: [Shr-Devel] [PATCH 1/2] ILLUME_CONFIG is now also set by a variable
Date: Fri, 20 Nov 2009 12:55:58 +0200
Message-ID: <1258714559-16508-1-git-send-email-user@tompc>
---
recipes/tasks/task-x11-illume.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/recipes/tasks/task-x11-illume.bb b/recipes/tasks/task-x11-illume.bb
index 8b813b4..9af914f 100644
--- a/recipes/tasks/task-x11-illume.bb
+++ b/recipes/tasks/task-x11-illume.bb
@@ -10,6 +10,7 @@ inherit task
# Default illume theme
ILLUME_THEME ?= "e-wm-theme-illume"
+ILLUME_CONFIG ?= "e-wm-config-illume"
RDEPENDS_${PN} = "\
task-x11-server \
@@ -17,6 +18,6 @@ RDEPENDS_${PN} = "\
# xserver-kdrive-splash-illume \
\
e-wm \
- e-wm-config-illume \
+ ${ILLUME_CONFIG} \
${ILLUME_THEME} \
"
--
1.6.5.3
_______________________________________________
Shr-devel mailing list
Shr-devel@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-devel
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]
next reply other threads:[~2009-11-20 11:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-20 11:03 Sebastian Spaeth [this message]
2009-11-20 11:26 ` [Fwd: [Shr-Devel] [PATCH] ILLUME_CONFIG is now also set by a variable] Phil Blundell
2009-11-20 11:42 ` Koen Kooi
2009-11-20 12:20 ` Philip Balister
2009-11-20 13:00 ` Sebastian Spaeth
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=4B067785.50600@SSpaeth.de \
--to=sebastian@sspaeth.de \
--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.