aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb')
-rw-r--r--recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb43
1 files changed, 0 insertions, 43 deletions
diff --git a/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb b/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb
deleted file mode 100644
index d2c319a6..00000000
--- a/recipes-demo-hmi/HomeScreen/HomeScreen_0.3.3.bb
+++ /dev/null
@@ -1,43 +0,0 @@
-SUMMARY = "AGL Home Screen Application"
-DESCRIPTION = "AGL Home Screen Application + SampleAppTimeDate + HomeScreenAppFrameworkBinderTizen + WindowManager + InputEventManager"
-HOMEPAGE = "https://wiki.automotivelinux.org/homescreen"
-LICENSE = "Apache-2.0"
-SECTION = "apps"
-PV = "0.3.3+gitr${SRCPV}"
-PR = "r1"
-S = "${WORKDIR}/git/"
-
-inherit qmake5
-DEPENDS = " qtbase "
-
-# for HomeScreenAppFrameworkBinderTizen:
-DEPENDS += " pkgmgr-info aul "
-# for WindowManager:
-DEPENDS += " wayland-ivi-extension "
-
-LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
-SRCREV = "824bfd42b0105b0aeffbc33a87285578abda2f3b"
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http"
-
-
-do_compile_prepend(){
- PATH=$PATH:${STAGING_BINDIR_NATIVE}/qt5
- export PATH
-}
-
-do_install() {
- install -d ${D}/usr/AGL/${PN}
- install -m 0755 ${B}/HomeScreen/HomeScreen ${D}/usr/AGL/${PN}/
- install -m 0755 ${B}/SampleAppTimeDate/SampleAppTimeDate ${D}/usr/AGL/${PN}/
- install -m 0755 ${B}/HomeScreenAppFrameworkBinderTizen/HomeScreenAppFrameworkBinderTizen ${D}/usr/AGL/${PN}/
- install -m 0755 ${B}/WindowManager/WindowManager ${D}/usr/AGL/${PN}/
- install -m 0755 ${B}/InputEventManager/InputEventManager ${D}/usr/AGL/${PN}/
-
-
- install -d ${D}/usr/AGL/${PN}/colorschemes
- cp -r ${B}/HomeScreen/colorschemes/* ${D}/usr/AGL/${PN}/colorschemes/
-}
-
-FILES_${PN} += "/usr/AGL/${PN}/"
-FILES_${PN}-dbg += "/usr/AGL/${PN}/.debug"
-