diff options
Diffstat (limited to 'recipes-demo')
12 files changed, 12 insertions, 12 deletions
diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index 4e6bb1438..c84871079 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "aa7e2a81e91ed076c0bc9ba07db5aee0f34668df" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-${BPN}" diff --git a/recipes-demo/html5-dashboard/html5-dashboard_git.bb b/recipes-demo/html5-dashboard/html5-dashboard_git.bb index 1a2b5c9ff..586627c81 100644 --- a/recipes-demo/html5-dashboard/html5-dashboard_git.bb +++ b/recipes-demo/html5-dashboard/html5-dashboard_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "38befd7704f64781bf4bce85fd9b2cdffc7845fa" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-dashboard" diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index 567d1d669..2c46b95ad 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -14,7 +14,7 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" B = "${WORKDIR}/build" -inherit pythonnative systemd +inherit systemd DEPENDS = "nodejs-native" diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb index 2503e7c4e..c0d4c5459 100644 --- a/recipes-demo/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo/html5-hvac/html5-hvac_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "c323ab8fde212120d8d1914d453afeb55b3576e5" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-hvac" diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index a50c175ac..cc9143c24 100644 --- a/recipes-demo/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo/html5-launcher/html5-launcher_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "ccdd59db7dc073eee0a35d0318640d9833824073" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "launcher" diff --git a/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb b/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb index 7c39f37fe..c17805295 100644 --- a/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb +++ b/recipes-demo/html5-mediaplayer/html5-mediaplayer_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "b87776912cc31c976415ceb49e7551f500e0975b" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-mediaplayer" diff --git a/recipes-demo/html5-mixer/html5-mixer_git.bb b/recipes-demo/html5-mixer/html5-mixer_git.bb index 27c3e29ea..fe45ef1af 100644 --- a/recipes-demo/html5-mixer/html5-mixer_git.bb +++ b/recipes-demo/html5-mixer/html5-mixer_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "e57fc753b3a083ddea52dbe4cd003261e836b2d4" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-mixer" diff --git a/recipes-demo/html5-settings/html5-settings_git.bb b/recipes-demo/html5-settings/html5-settings_git.bb index c8dae7291..ff94276d1 100644 --- a/recipes-demo/html5-settings/html5-settings_git.bb +++ b/recipes-demo/html5-settings/html5-settings_git.bb @@ -13,7 +13,7 @@ SRC_URI = " \ " SRCREV = "69af4d9b9b209fcb33ef9071ddfa8561106044c2" -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-settings" diff --git a/recipes-demo/webapp-samples/html5-aquarium_git.bb b/recipes-demo/webapp-samples/html5-aquarium_git.bb index 7828eccb0..0afc8514a 100644 --- a/recipes-demo/webapp-samples/html5-aquarium_git.bb +++ b/recipes-demo/webapp-samples/html5-aquarium_git.bb @@ -5,7 +5,7 @@ APPINFO_FILE = "appinfo-aquarium.json" require webapp-samples.inc -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-aquarium" diff --git a/recipes-demo/webapp-samples/html5-examples_git.bb b/recipes-demo/webapp-samples/html5-examples_git.bb index 080331ee7..c2b131aff 100644 --- a/recipes-demo/webapp-samples/html5-examples_git.bb +++ b/recipes-demo/webapp-samples/html5-examples_git.bb @@ -5,7 +5,7 @@ APPINFO_FILE = "appinfo-examples.json" require webapp-samples.inc -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-examples" diff --git a/recipes-demo/webapp-samples/html5-jitsi_git.bb b/recipes-demo/webapp-samples/html5-jitsi_git.bb index e24ff32a3..e382cb030 100644 --- a/recipes-demo/webapp-samples/html5-jitsi_git.bb +++ b/recipes-demo/webapp-samples/html5-jitsi_git.bb @@ -5,7 +5,7 @@ APPINFO_FILE = "appinfo-jitsi.json" require webapp-samples.inc -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-jitsi" diff --git a/recipes-demo/webapp-samples/html5-youtube_git.bb b/recipes-demo/webapp-samples/html5-youtube_git.bb index 240ce858d..44a964406 100644 --- a/recipes-demo/webapp-samples/html5-youtube_git.bb +++ b/recipes-demo/webapp-samples/html5-youtube_git.bb @@ -5,7 +5,7 @@ APPINFO_FILE = "appinfo-youtube.json" require webapp-samples.inc -inherit pythonnative agl-app +inherit agl-app AGL_APP_TEMPLATE = "agl-app-web" AGL_APP_ID = "webapps-youtube" |