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
de56fd37
Commit
de56fd37
authored
Aug 12, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 'install' tasks from application recipes
parent
ae279f8b
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 @
de56fd37
...
@@ -15,13 +15,6 @@ do_configure[noexec] = "1"
...
@@ -15,13 +15,6 @@ do_configure[noexec] = "1"
DEPENDS += "libogg"
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"
FILES_${PN} += "${bindir}/camogm ${sysconfdir}/qt_source"
PACKAGES += " camogm"
PACKAGES += " camogm"
recipes-core/apps-imgsrv/apps-imgsrv_1.0.bb
View file @
de56fd37
...
@@ -11,19 +11,12 @@ VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-imgsrv"
...
@@ -11,19 +11,12 @@ VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-imgsrv"
inherit elphel-dev
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 \
FILES_${PN} += "${bindir}/imgsrv \
www/pages/exif.php \
www/pages/exif.php \
www/pages/start_gps_compass.php \
www/pages/imu_setup.php \
${sysconfdir}/Exif_template.xml \
${sysconfdir}/Exif_template.xml \
"
"
PACKAGES += "imgsrv"
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