diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-11-27 15:58:50 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-11-27 15:58:50 +0100 |
commit | b210322738e03c773e7a3cbd8758c222d1e74fd2 (patch) | |
tree | 41d2d633f5d2b3da96bd181df14e8259a18362ef | |
parent | 2adaeba27c62af1c9e9356c1bcd3c38ab3d24c1c (diff) | |
download | meta-b210322738e03c773e7a3cbd8758c222d1e74fd2.tar.gz meta-b210322738e03c773e7a3cbd8758c222d1e74fd2.tar.bz2 meta-b210322738e03c773e7a3cbd8758c222d1e74fd2.zip |
X11 images: added Common X11 patternsubmit/tizen_common/20141127.155816submit/tizen_common/20141127.151422
Change-Id: I0c714c064f6d93e2a7d88f6bfa3ca03d2b745718
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | common.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common.yaml b/common.yaml index 0d3ec8f..6869d11 100644 --- a/common.yaml +++ b/common.yaml @@ -121,6 +121,7 @@ MinimalX11: UserGroups: "audio,video" Groups: - Generic X11 + - Common X11 - Generic Middleware - Common Middleware - Generic Applications @@ -132,6 +133,7 @@ MinimalX11: - Common Qt5 PostScripts: - generic-x11 + - common-x11 - generic-middleware - common-middleware - generic-applications @@ -148,6 +150,7 @@ X11: UserGroups: "audio,video" Groups: - Generic X11 + - Common X11 - Generic Middleware - Common Middleware - Generic Applications @@ -161,6 +164,7 @@ X11: - Common Qt5 PostScripts: - generic-x11 + - common-x11 - generic-middleware - common-middleware - generic-applications |