From: Robert P. J. Day Date: Fri, 1 Aug 2014 15:44:22 +0000 (-0400) Subject: formfactor: Grammar fix in recipe comment. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6eebc2ce20c4826ca37e9c4d5ea602875d07703;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git formfactor: Grammar fix in recipe comment. Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index d1ae2a255ca..5c30bd510d0 100644 --- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb +++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb @@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" INHIBIT_DEFAULT_DEPS = "1" do_install() { - # Only install file if it has a contents + # Install file only if it has contents install -d ${D}${sysconfdir}/formfactor/ install -m 0644 ${S}/config ${D}${sysconfdir}/formfactor/ if [ -s "${S}/machconfig" ]; then