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
d26cadbb
Commit
d26cadbb
authored
Nov 21, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. a lib in DEPENDS still gets to rootfs 2. 'inherit target_scp' - works for any recipe
parent
8a529677
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
apps-histograms_1.0.bb
recipes-core/apps-histograms/apps-histograms_1.0.bb
+1
-1
core-image-elphel393.bb
recipes-core/images/core-image-elphel393.bb
+0
-3
php_5.6.%.bbappend
recipes-devtools/php/php_5.6.%.bbappend
+1
-0
curl_%.bbappend
recipes-support/curl/curl_%.bbappend
+3
-0
No files found.
recipes-core/apps-histograms/apps-histograms_1.0.bb
View file @
d26cadbb
...
@@ -16,4 +16,4 @@ do_configure[noexec] = "1"
...
@@ -16,4 +16,4 @@ do_configure[noexec] = "1"
FILES_${PN} += " ${base_prefix}/www/pages/* ${base_prefix}/etc/elphel393/* ${base_prefix}/usr/bin/*"
FILES_${PN} += " ${base_prefix}/www/pages/* ${base_prefix}/etc/elphel393/* ${base_prefix}/usr/bin/*"
DEPENDS += "libpng"
DEPENDS += "libpng"
RDEPENDS_${PN} += "libpng"
#RDEPENDS_${PN} += "libpng"
\ No newline at end of file
\ No newline at end of file
recipes-core/images/core-image-elphel393.bb
View file @
d26cadbb
...
@@ -40,9 +40,6 @@ IMAGE_INSTALL_append += " \
...
@@ -40,9 +40,6 @@ IMAGE_INSTALL_append += " \
php-cli \
php-cli \
libsjs \
libsjs \
smartmontools \
smartmontools \
libogg \
libpng \
libcurl \
apps-camogm \
apps-camogm \
apps-imgsrv \
apps-imgsrv \
apps-autocampars \
apps-autocampars \
...
...
recipes-devtools/php/php_5.6.%.bbappend
View file @
d26cadbb
...
@@ -4,6 +4,7 @@ EXTRA_OECONF += "--enable-elphel \
...
@@ -4,6 +4,7 @@ EXTRA_OECONF += "--enable-elphel \
--with-readline=${STAGING_LIBDIR}/.. \
--with-readline=${STAGING_LIBDIR}/.. \
"
"
DEPENDS += " curl"
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-php-extension"
VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-php-extension"
...
...
recipes-support/curl/curl_%.bbappend
0 → 100644
View file @
d26cadbb
inherit elphel-scp
\ No newline at end of file
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