summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-06-12 13:29:01 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-17 19:06:21 +0200
commit0a5c49717782cba8c015d69dcfb5918ac0adcead (patch)
tree8ce12deb79bb220706b043610aaef8172b3e7c85 /recipes-bsp
parentf14f703562fb96a81f306b24775d5c8f97ac7b14 (diff)
gpio-export: clean up some variables
- Drop NATIVE_SYSTEMD_SUPPORT, it's deprecated. - Drop do_compile, base_do_compile would be good fine enough. Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit f9fa60d201b0291d9222aebec2c0ccf35ddec382)
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/gpio-export/gpio-export_1.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-bsp/gpio-export/gpio-export_1.0.bb b/recipes-bsp/gpio-export/gpio-export_1.0.bb
index 9a8200e..392382a 100644
--- a/recipes-bsp/gpio-export/gpio-export_1.0.bb
+++ b/recipes-bsp/gpio-export/gpio-export_1.0.bb
@@ -12,9 +12,6 @@ SRC_URI = " \
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd"
-do_compile () {
-}
-
do_install () {
install -d ${D}/${bindir}
install -m 0755 ${WORKDIR}/*.sh ${D}/${bindir}
@@ -23,8 +20,7 @@ do_install () {
install -m 0644 ${WORKDIR}/gpio-export.service ${D}${systemd_unitdir}/system
}
-NATIVE_SYSTEMD_SUPPORT = "1"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "gpio-export.service"
-PACKAGE_ARCH = "${MACHINE_ARCH}" \ No newline at end of file
+PACKAGE_ARCH = "${MACHINE_ARCH}"