Prepare master for new framework integration
[AGL/meta-agl-demo.git] / recipes-graphics / hmi-debug / hmi-debug_git.bb
diff --git a/recipes-graphics/hmi-debug/hmi-debug_git.bb b/recipes-graphics/hmi-debug/hmi-debug_git.bb
deleted file mode 100644 (file)
index 84dff74..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "Configurations for HMI framework"
-
-SECTION = "HMI"
-LICENSE = "Apache-2.0"
-
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-SRC_URI = " \
-    file://hmi-debug \
-"
-
-FILES:${PN} = " \
-    ${sysconfdir}/afm/unit.env.d \
-"
-
-do_install() {
-    install -d ${D}${sysconfdir}/afm/unit.env.d
-    install -m 644 ${WORKDIR}/hmi-debug ${D}${sysconfdir}/afm/unit.env.d
-}