Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
4bf057a0
Commit
4bf057a0
authored
Aug 12, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into framepars
parents
5f4094c9
de56fd37
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
17 deletions
+3
-17
apps-camogm_1.0.bb
recipes-core/apps-camogm/apps-camogm_1.0.bb
+0
-7
apps-imgsrv_1.0.bb
recipes-core/apps-imgsrv/apps-imgsrv_1.0.bb
+3
-10
No files found.
recipes-core/apps-camogm/apps-camogm_1.0.bb
View file @
4bf057a0
...
...
@@ -15,13 +15,6 @@ do_configure[noexec] = "1"
DEPENDS += "libogg"
do_install_append() {
install -d ${D}${bindir}
install -m 0755 ${S}/camogm ${D}${bindir}
install -d ${D}${sysconfdir}
install -m 0644 qt_source ${D}${sysconfdir}/
}
FILES_${PN} += "${bindir}/camogm ${sysconfdir}/qt_source"
PACKAGES += " camogm"
recipes-core/apps-imgsrv/apps-imgsrv_1.0.bb
View file @
4bf057a0
...
...
@@ -11,19 +11,12 @@ VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-imgsrv"
inherit elphel-dev
do_install_append() {
install -d ${D}${bindir}
install -m 0755 ${S}/imgsrv ${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 \
www/pages/exif.php \
www/pages/start_gps_compass.php \
www/pages/imu_setup.php \
${sysconfdir}/Exif_template.xml \
"
PACKAGES += "imgsrv"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment