All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fwd: [Shr-Devel] [PATCH] ILLUME_CONFIG is now also set by a variable]
@ 2009-11-20 11:03 Sebastian Spaeth
  2009-11-20 11:26 ` Phil Blundell
  2009-11-20 11:42 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Sebastian Spaeth @ 2009-11-20 11:03 UTC (permalink / raw)
  To: openembedded-devel


[-- 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 --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-20 13:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20 11:03 [Fwd: [Shr-Devel] [PATCH] ILLUME_CONFIG is now also set by a variable] Sebastian Spaeth
2009-11-20 11:26 ` Phil Blundell
2009-11-20 11:42 ` Koen Kooi
2009-11-20 12:20   ` Philip Balister
2009-11-20 13:00   ` Sebastian Spaeth

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.