diff --git a/meta-digi-dey/recipes-connectivity/cherokee/cherokee/digi-logo.png b/meta-digi-dey/recipes-connectivity/cherokee/cherokee/digi-logo.png new file mode 100644 index 000000000..837246a51 Binary files /dev/null and b/meta-digi-dey/recipes-connectivity/cherokee/cherokee/digi-logo.png differ diff --git a/meta-digi-dey/recipes-connectivity/cherokee/cherokee/digi.gif b/meta-digi-dey/recipes-connectivity/cherokee/cherokee/digi.gif deleted file mode 100644 index 1c437ec7f..000000000 Binary files a/meta-digi-dey/recipes-connectivity/cherokee/cherokee/digi.gif and /dev/null differ diff --git a/meta-digi-dey/recipes-connectivity/cherokee/cherokee/index.html b/meta-digi-dey/recipes-connectivity/cherokee/cherokee/index.html index 04facf21a..4c2de7a01 100644 --- a/meta-digi-dey/recipes-connectivity/cherokee/cherokee/index.html +++ b/meta-digi-dey/recipes-connectivity/cherokee/cherokee/index.html @@ -19,7 +19,7 @@ - Digi International Inc. + Digi International Inc. diff --git a/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend b/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend index adf425795..4305deba6 100644 --- a/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend +++ b/meta-digi-dey/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend @@ -5,7 +5,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" SRC_URI += " \ file://cherokee.conf \ file://cherokee.pem \ - file://digi.gif \ + file://digi-logo.png \ file://index.html \ " @@ -14,7 +14,7 @@ do_install_append() { install -m 0644 ${WORKDIR}/cherokee.conf ${D}${sysconfdir}/cherokee/ install -m 0644 ${WORKDIR}/cherokee.pem ${D}${sysconfdir}/cherokee/ssl/ install -m 0644 ${WORKDIR}/index.html ${D}/srv/www/ - install -m 0644 ${WORKDIR}/digi.gif ${D}/srv/www/ + install -m 0644 ${WORKDIR}/digi-logo.png ${D}/srv/www/ } FILES_${PN} += "/srv/www" diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/digi-logo.png b/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/digi-logo.png new file mode 100644 index 000000000..837246a51 Binary files /dev/null and b/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/digi-logo.png differ diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/digi.gif b/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/digi.gif deleted file mode 100644 index 1c437ec7f..000000000 Binary files a/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/digi.gif and /dev/null differ diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/index.html b/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/index.html index 04facf21a..4c2de7a01 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/index.html +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.23.2/index.html @@ -19,7 +19,7 @@ - Digi International Inc. + Digi International Inc. diff --git a/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend b/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend index 674bf7e36..6205e07b1 100644 --- a/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend +++ b/meta-digi-dey/recipes-core/busybox/busybox_1.23.2.bbappend @@ -10,7 +10,7 @@ SRC_URI += "file://0001-del-baudrates.patch \ file://suspend \ file://busybox-ntpd \ file://index.html \ - file://digi.gif \ + file://digi-logo.png \ file://busybox-acpid \ file://acpid.map \ file://pswitch-press \ @@ -51,7 +51,7 @@ do_install_append() { fi if grep "CONFIG_HTTPD=y" ${WORKDIR}/defconfig; then install -m 0644 ${WORKDIR}/index.html ${D}/srv/www/ - install -m 0644 ${WORKDIR}/digi.gif ${D}/srv/www/ + install -m 0644 ${WORKDIR}/digi-logo.png ${D}/srv/www/ fi # Install 'suspend' script install -m 0755 ${WORKDIR}/suspend ${D}${base_bindir}