diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2014-06-13 12:04:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-13 12:52:21 +0100 |
commit | ec22f5693b7c626484de9101370afc85c2710ea6 (patch) | |
tree | 46f2963c338156e003f53f6015c874beda05793b /meta/recipes-devtools | |
parent | 7c7a25c28a3c196301166ec5fb886d226cea19f1 (diff) | |
download | poky-ec22f5693b7c626484de9101370afc85c2710ea6.tar.gz |
git: fixed typo in 'libexecdir' varname
variable is called 'libexecdir', not 'libxecdir'.
(From OE-Core rev: 92fc79690374aceaa3b821013cfe25604b1db18a)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index ad0ad1b026..8c85adeda6 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -49,7 +49,7 @@ do_install_append_class-nativesdk () { | |||
49 | ${PERLSEDFIXUP} | 49 | ${PERLSEDFIXUP} |
50 | } | 50 | } |
51 | 51 | ||
52 | FILES_${PN} += "${datadir}/git-core ${libxecdir}/git-core/" | 52 | FILES_${PN} += "${datadir}/git-core ${libexecdir}/git-core/" |
53 | FILES_${PN}-dbg += "${libexecdir}/git-core/.debug" | 53 | FILES_${PN}-dbg += "${libexecdir}/git-core/.debug" |
54 | 54 | ||
55 | PERLTOOLS = " \ | 55 | PERLTOOLS = " \ |