Commit 416cbd55 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed recursive INITSRING in other projects

parent 9c2a3224
......@@ -23,6 +23,8 @@ ELPHEL393_USERADD = "eval ${FAKEROOTENV} PSEUDO_LOCALSTATEDIR=${STAGING_DIR_TARG
ELPHEL393_INSTALL = "install"
ELPHEL393_MKNOD = "mknod"
INITSTRING ??= "somescript.sh"
EXTRA_OEMAKE = " \
INSTALL=${ELPHEL393_INSTALL} \
MKNOD=${ELPHEL393_MKNOD} \
......
......@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-init"
INITSTRING ??= "init_elphel393.sh"
inherit elphel-dev
do_configure[noexec] = "1"
......@@ -19,5 +21,3 @@ INITSCRIPT_NAME = "init_elphel393"
INITSCRIPT_PARAMS = "defaults 94"
inherit update-rc.d
INITSTRING ??= "init_elphel393.sh"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment