From 48afa991061e89095bdd5573b7a2eccb9bac089c Mon Sep 17 00:00:00 2001 From: Stanislaw Wadas Date: Wed, 16 Mar 2016 10:47:06 +0100 Subject: [PATCH] Add new pattern Common Web Framework Add libwebsockets to Common Web Framework Add libwebsockets to artik adaptation file Change-Id: Ie3d897bd947a4308f2bee3a815aa200e07faa400 Signed-off-by: Stanislaw Wadas --- common.yaml | 1 + patterns/common-adaptation-artik.yaml | 2 ++ patterns/common-web-framework.yaml | 5 +++++ 3 files changed, 8 insertions(+) create mode 100644 patterns/common-web-framework.yaml diff --git a/common.yaml b/common.yaml index 89875f6..bc5e1b6 100644 --- a/common.yaml +++ b/common.yaml @@ -112,6 +112,7 @@ Wayland: - Common Qt5 - Common EFL - Common Enlightenment + - Common Web Framework PostScripts: - generic-wayland - common-wayland diff --git a/patterns/common-adaptation-artik.yaml b/patterns/common-adaptation-artik.yaml index d90fcd4..c7e7443 100644 --- a/patterns/common-adaptation-artik.yaml +++ b/patterns/common-adaptation-artik.yaml @@ -134,3 +134,5 @@ Packages: - e-mod-tizen-eom - e-mod-tizen-processmgr - e-mod-tizen-wl-textinput +#From Common Web Framework +- libwebsockets diff --git a/patterns/common-web-framework.yaml b/patterns/common-web-framework.yaml new file mode 100644 index 0000000..0cebf9e --- /dev/null +++ b/patterns/common-web-framework.yaml @@ -0,0 +1,5 @@ +Summary: Common Web Framework +Description: Common Web Framework +Name: common-web-framework +Packages: +- libwebsockets -- 2.7.4