Commit d26cadbb authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

1. a lib in DEPENDS still gets to rootfs 2. 'inherit target_scp' - works for any recipe

parent 8a529677
...@@ -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
...@@ -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 \
......
...@@ -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"
......
inherit elphel-scp
\ No newline at end of file
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