apps-autocampars_1.0.bb 529 Bytes
Newer Older
Andrey Filippov's avatar
Andrey Filippov committed
1 2 3 4 5 6 7 8
SUMMARY = "autocampars: daemon, PHP script and configuration"

AUTHOR = "Elphel Inc."
HOMEPAGE = "http://www3.elphel.com/"

LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"

Andrey Filippov's avatar
Andrey Filippov committed
9
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-autocampars"
Andrey Filippov's avatar
Andrey Filippov committed
10 11 12 13 14 15 16

inherit elphel-dev

do_configure[noexec] = "1"
#do_compile[noexec] = "1"

FILES_${PN} += " ${base_prefix}/www/pages/* ${base_prefix}/etc/elphel393/* ${base_prefix}/usr/bin/autocampars ${base_prefix}/usr/bin/launch_php_script"