From: Phil Blundell Date: Fri, 12 Jun 2009 17:40:34 +0000 (+0100) Subject: base-files: handle DISTRO=micro-uclibc correctly X-Git-Tag: Release-2010-05/1~3185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29aea68c351096f4e3aa7e7bf05820e79d92e4c;p=openembedded.git base-files: handle DISTRO=micro-uclibc correctly --- diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index 98dd00dc37..c974dd9cee 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -93,7 +93,7 @@ do_install () { echo ${hostname} > ${D}${sysconfdir}/hostname fi - if [ "${DISTRO}" != "micro" ]; then + if [ "${DISTRO}" != "micro" -a "${DISTRO}" != "micro-uclibc" ]; then install -m 644 ${WORKDIR}/issue* ${D}${sysconfdir} if [ -n "${DISTRO_NAME}" ]; then