diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-01 11:44:22 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-06 10:03:21 +0100 |
commit | 1805ec85c6f466b81d6aa547e90d457ef4534d5d (patch) | |
tree | 085443238adcc4e8bde6fc27142e9ae7d26d7f36 | |
parent | bd7b15bb4988a9826690192c9fcfeccab37186b9 (diff) | |
download | poky-1805ec85c6f466b81d6aa547e90d457ef4534d5d.tar.gz |
formfactor: Grammar fix in recipe comment.
(From OE-Core rev: d6eebc2ce20c4826ca37e9c4d5ea602875d07703)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/formfactor/formfactor_0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb index d1ae2a255c..5c30bd510d 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}" | |||
12 | INHIBIT_DEFAULT_DEPS = "1" | 12 | INHIBIT_DEFAULT_DEPS = "1" |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | # Only install file if it has a contents | 15 | # Install file only if it has contents |
16 | install -d ${D}${sysconfdir}/formfactor/ | 16 | install -d ${D}${sysconfdir}/formfactor/ |
17 | install -m 0644 ${S}/config ${D}${sysconfdir}/formfactor/ | 17 | install -m 0644 ${S}/config ${D}${sysconfdir}/formfactor/ |
18 | if [ -s "${S}/machconfig" ]; then | 18 | if [ -s "${S}/machconfig" ]; then |