base-files: handle DISTRO=micro-uclibc correctly
authorPhil Blundell <philb@gnu.org>
Fri, 12 Jun 2009 17:40:34 +0000 (18:40 +0100)
committerPhil Blundell <philb@gnu.org>
Fri, 12 Jun 2009 17:40:34 +0000 (18:40 +0100)
recipes/base-files/base-files_3.0.14.bb

index 98dd00d..c974dd9 100644 (file)
@@ -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