diff options
Diffstat (limited to 'meta/recipes-devtools/automake')
| -rw-r--r-- | meta/recipes-devtools/automake/automake_1.12.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.12.1.bb b/meta/recipes-devtools/automake/automake_1.12.1.bb index a1e37d471c..2a97bcc9aa 100644 --- a/meta/recipes-devtools/automake/automake_1.12.1.bb +++ b/meta/recipes-devtools/automake/automake_1.12.1.bb | |||
| @@ -42,7 +42,7 @@ SRC_URI += "${PATHFIXPATCH} \ | |||
| 42 | SRC_URI[md5sum] = "ec25c1855cacf47e4bdee76a776b96ba" | 42 | SRC_URI[md5sum] = "ec25c1855cacf47e4bdee76a776b96ba" |
| 43 | SRC_URI[sha256sum] = "24bf1640679ba4a9cbe2d36422f39a81eced7f556b576a7a2ccfc70ca85a1e2f" | 43 | SRC_URI[sha256sum] = "24bf1640679ba4a9cbe2d36422f39a81eced7f556b576a7a2ccfc70ca85a1e2f" |
| 44 | 44 | ||
| 45 | PR = "r0" | 45 | PR = "r1" |
| 46 | 46 | ||
| 47 | do_install () { | 47 | do_install () { |
| 48 | oe_runmake 'DESTDIR=${D}' install | 48 | oe_runmake 'DESTDIR=${D}' install |
| @@ -50,7 +50,7 @@ do_install () { | |||
| 50 | 50 | ||
| 51 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location | 51 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location |
| 52 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. | 52 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. |
| 53 | for i in aclocal aclocal-1.11 automake automake-1.11; do | 53 | for i in aclocal aclocal-1.12 automake automake-1.12; do |
| 54 | if [ -f ${D}${bindir}/$i ]; then | 54 | if [ -f ${D}${bindir}/$i ]; then |
| 55 | sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/perl,' \ | 55 | sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/perl,' \ |
| 56 | -e 's,exec .*/bin/perl \(.*\) exec .*/bin/perl \(.*\),exec ${USRBINPATH}/perl \1 exec ${USRBINPATH}/perl \2,' \ | 56 | -e 's,exec .*/bin/perl \(.*\) exec .*/bin/perl \(.*\),exec ${USRBINPATH}/perl \1 exec ${USRBINPATH}/perl \2,' \ |
