Commit d26cadbb authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

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

parent 8a529677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ do_configure[noexec] = "1"
FILES_${PN} += " ${base_prefix}/www/pages/* ${base_prefix}/etc/elphel393/* ${base_prefix}/usr/bin/*"

DEPENDS += "libpng"
RDEPENDS_${PN} += "libpng"
 No newline at end of file
#RDEPENDS_${PN} += "libpng"
 No newline at end of file
+0 −3
Original line number Diff line number Diff line
@@ -40,9 +40,6 @@ IMAGE_INSTALL_append += " \
                         php-cli \
                         libsjs \
                         smartmontools \
                         libogg \
                         libpng \
                         libcurl \
                         apps-camogm \
                         apps-imgsrv \
                         apps-autocampars \
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ EXTRA_OECONF += "--enable-elphel \
                --with-readline=${STAGING_LIBDIR}/.. \
                "

DEPENDS += " curl"

VPATH = "${TOPDIR}/../../rootfs-elphel/elphel-apps-php-extension"

+3 −0
Original line number Diff line number Diff line
 
inherit elphel-scp
 
 No newline at end of file