diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 21:08:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 22:23:35 +0100 |
| commit | 824b0140592ac105b7440c94a2cef76f0ffe459f (patch) | |
| tree | b477f19e699098aa5ce8490559f12afabe8ecf4b | |
| parent | 7eb6cf467eed528ed9a7443b137033db196d47f6 (diff) | |
| download | poky-824b0140592ac105b7440c94a2cef76f0ffe459f.tar.gz | |
diffstat: Fix a build failure when using libdir=/usr/lib64
(From OE-Core rev: 9a846d83a39339de6d7cc0da050a50d7f4e093c7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.54.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.54.bb b/meta/recipes-devtools/diffstat/diffstat_1.54.bb index 334d7d1919..ab89f62c55 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.54.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.54.bb | |||
| @@ -6,9 +6,10 @@ HOMEPAGE = "http://invisible-island.net/diffstat/" | |||
| 6 | SECTION = "devel" | 6 | SECTION = "devel" |
| 7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" | 8 | LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" |
| 9 | PR = "r0" | 9 | PR = "r1" |
| 10 | 10 | ||
| 11 | SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz" | 11 | SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz \ |
| 12 | file://dirfix.patch" | ||
| 12 | 13 | ||
| 13 | SRC_URI[md5sum] = "af08bef2eb37050ceb0c4fddedb2ee36" | 14 | SRC_URI[md5sum] = "af08bef2eb37050ceb0c4fddedb2ee36" |
| 14 | SRC_URI[sha256sum] = "d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6ecb83e5" | 15 | SRC_URI[sha256sum] = "d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6ecb83e5" |
