Commit 9718bffa authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

minor

parent 89e5d3c7
......@@ -28,10 +28,16 @@ S = "${WORKDIR}"
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/imgsrv ${D}${bindir}
install -m 0755 ${S}/exif.php ${D}${bindir}
install -d ${D}/www/pages
install -m 0755 ${S}/exif.php ${D}/www/pages
#install -m 0755 ${S}/exif.php ${D}${bindir}
install -d ${D}${sysconfdir}
install -m 0644 Exif_template.xml ${D}${sysconfdir}
}
FILES_${PN} += "${bindir}/imgsrv ${bindir}/exif.php ${sysconfdir}/Exif_template.xml"
FILES_${PN} += "${bindir}/imgsrv \
www/pages/exif.php \
${sysconfdir}/Exif_template.xml \
"
PACKAGES += "imgsrv"
......@@ -46,6 +46,11 @@ IMAGE_INSTALL_append += " python-core \
gstreamer1.0 \
"
# gstreamer1.0-plugins-base \
# gstreamer1.0-plugins-good \
# gstreamer1.0-plugins-bad \
# gstreamer1.0-rtsp-server \
#kernel-modules
IMAGE_INSTALL_append += " kernel-module-ahci-elphel \
"
......
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