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
--- Begin Message ------ 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 [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
--- End Message ---
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
