packagegroup-dey-webkit: include digi-webkit-examples by default
While at it, change cog's home page to the examples' landing page. https://jira.digi.com/browse/DEL-7314 https://jira.digi.com/browse/DEL-7339 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
04cd7aafe7
commit
1d58cb6c7f
|
|
@ -9,4 +9,4 @@ SRC_URI_append = " \
|
|||
file://0004-cog-platform-fdo-always-use-fullscreen-mode.patch \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE += "-DCOG_HOME_URI=www.digi.com"
|
||||
EXTRA_OECMAKE += "-DCOG_HOME_URI=http://127.0.0.1/"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,9 @@ SUMMARY = "WebKit packagegroup for DEY image"
|
|||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
inherit packagegroup
|
||||
|
||||
# Include WPE WebKit and launcher (cog)
|
||||
# Include WPE WebKit, launcher (cog) and examples
|
||||
RDEPENDS_${PN} += " \
|
||||
cog \
|
||||
digi-webkit-examples \
|
||||
wpewebkit \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue