diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-02-05 17:25:56 +0100 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2016-02-08 14:48:26 +0100 |
commit | d6813b02df14203662ad658dd2ae4a77ea1fdf2d (patch) | |
tree | 4c1e9945865718360c723866d3ea825194b42eb1 | |
parent | 497cf23a9c33b94f1c45caa7296360c0b6fb446a (diff) | |
download | meta-d6813b02df14203662ad658dd2ae4a77ea1fdf2d.tar.gz meta-d6813b02df14203662ad658dd2ae4a77ea1fdf2d.tar.bz2 meta-d6813b02df14203662ad658dd2ae4a77ea1fdf2d.zip |
[TINF-1259/1260/1269] Add EFL packages
TINF-1261 was earlier resolved by dependency inclusion.
Change-Id: I82157bd08992565be9bc1689e2abf2bf0f3cf590
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
-rw-r--r-- | common.yaml | 1 | ||||
-rw-r--r-- | patterns/common-efl.yaml | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/common.yaml b/common.yaml index dd7b80e..6680381 100644 --- a/common.yaml +++ b/common.yaml @@ -80,6 +80,7 @@ Wayland: - Common Crosswalk - Generic Qt5 - Common Qt5 + - Common EFL - Common Enlightenment PostScripts: - generic-wayland diff --git a/patterns/common-efl.yaml b/patterns/common-efl.yaml new file mode 100644 index 0000000..792044d --- /dev/null +++ b/patterns/common-efl.yaml @@ -0,0 +1,7 @@ +Summary: Common EFL +Description: Common EFL +Name: common-efl +Packages: +- efl-config +- efl-misc +- efl-modules |