diff options
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/html5-background/html5-background_git.bb | 8 | ||||
-rw-r--r-- | recipes-demo/html5-homescreen/html5-homescreen_git.bb | 10 | ||||
-rw-r--r-- | recipes-demo/html5-hvac/html5-hvac_git.bb | 6 | ||||
-rw-r--r-- | recipes-demo/html5-launcher/html5-launcher_git.bb | 10 |
4 files changed, 21 insertions, 13 deletions
diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index 792b04a85..24888fcc0 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -12,7 +12,9 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-background;protocol=https;branch=master \ file://webapps-html5-background.desktop \ " -SRCREV = "7b796408f4ee1ca1b92a02445513d939079af46e" +SRCREV = "e91be225127ddea6be3ddae5cb35e88c2f0aafb8" + +inherit pythonnative DEPENDS = "nodejs-native" @@ -33,9 +35,9 @@ do_install() { install ${WORKDIR}/webapps-html5-background.desktop ${D}${APPLICATIONS_DIR} } -FILES_${PN} = " \ +FILES:${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ ${APPLICATIONS_DIR} \ " -RCONFLICTS_${PN} = "homescreen" +RCONFLICTS:${PN} = "homescreen" diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index 058e921e2..cff6d4734 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -12,7 +12,9 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=master \ file://homescreen.service \ " -SRCREV = "5c9e060c508ab5ea49241d3a88f86075d6dc39cf" +SRCREV = "fc0ffa4c45d3a6ec6ad8cc9b939ef6c9dd2e7eaf" + +inherit pythonnative DEPENDS = "nodejs-native" @@ -33,10 +35,10 @@ do_install() { ln -s ../homescreen.service ${D}${systemd_user_unitdir}/agl-session.target.wants/homescreen.service } -FILES_${PN} = " \ +FILES:${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ ${systemd_user_unitdir} \ " -RCONFLICTS_${PN} = "homescreen" -RDEPENDS_${PN} = "applaunchd html5-background" +RCONFLICTS:${PN} = "homescreen" +RDEPENDS:${PN} = "applaunchd html5-background" diff --git a/recipes-demo/html5-hvac/html5-hvac_git.bb b/recipes-demo/html5-hvac/html5-hvac_git.bb index f0106dbac..83b674514 100644 --- a/recipes-demo/html5-hvac/html5-hvac_git.bb +++ b/recipes-demo/html5-hvac/html5-hvac_git.bb @@ -12,7 +12,9 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-hvac;protocol=https;branch=master \ file://webapps-hvac.desktop \ " -SRCREV = "e64d69bdad0bb302900ec631b54ad6b6d6dcbacd" +SRCREV = "6abbe876aee09b225af9329e28b4fa2cc4d4c220" + +inherit pythonnative DEPENDS = "nodejs-native" @@ -33,7 +35,7 @@ do_install() { install ${WORKDIR}/webapps-hvac.desktop ${D}${APPLICATIONS_DIR} } -FILES_${PN} = " \ +FILES:${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ ${APPLICATIONS_DIR} \ " diff --git a/recipes-demo/html5-launcher/html5-launcher_git.bb b/recipes-demo/html5-launcher/html5-launcher_git.bb index 52d7077d6..59087006f 100644 --- a/recipes-demo/html5-launcher/html5-launcher_git.bb +++ b/recipes-demo/html5-launcher/html5-launcher_git.bb @@ -12,7 +12,9 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-launcher;protocol=https;branch=master \ file://launcher.desktop \ " -SRCREV = "cb6b66c3bd94a6ab18cad3ad87c827d4f7e623e9" +SRCREV = "1283e3bddd4655be0d5208fbbcd9535f8f1ff0f6" + +inherit pythonnative DEPENDS = "nodejs-native" @@ -33,10 +35,10 @@ do_install() { install ${WORKDIR}/launcher.desktop ${D}${APPLICATIONS_DIR} } -FILES_${PN} = " \ +FILES:${PN} = " \ ${WAM_APPLICATIONS_DIR}/${PN} \ ${APPLICATIONS_DIR} \ " -RCONFLICTS_${PN} = "launcher" -RDEPENDS_${PN} = "applaunchd" +RCONFLICTS:${PN} = "launcher" +RDEPENDS:${PN} = "applaunchd" |