diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-06 23:13:47 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-11 17:56:43 +0100 |
| commit | fd490689fa383f2cb29bcc084e19dc88b6848246 (patch) | |
| tree | a94fb9a5f09b283288e3c0c21db39e2ed9c6eed2 /meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |
| parent | f8c9209dba5a68a310ee820c6f11379fc21adb66 (diff) | |
| download | meta-openembedded-fd490689fa383f2cb29bcc084e19dc88b6848246.tar.gz | |
ltrace: Fix build with aarch64 and bump to latest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/ltrace/ltrace_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 8f4e5b1e6e..a5960f5b0c 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
| @@ -10,14 +10,16 @@ LICENSE = "GPLv2" | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
| 11 | 11 | ||
| 12 | PE = "1" | 12 | PE = "1" |
| 13 | PV = "7.3+git${SRCPV}" | 13 | PV = "7.91+git${SRCPV}" |
| 14 | SRCREV = "01b10e191e99d8cb147e5a2b7da8196e0ec6fb94" | 14 | SRCREV = "c22d359433b333937ee3d803450dc41998115685" |
| 15 | 15 | ||
| 16 | DEPENDS = "elfutils" | 16 | DEPENDS = "elfutils" |
| 17 | RDEPENDS_${PN} = "elfutils" | 17 | RDEPENDS_${PN} = "elfutils" |
| 18 | SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=master \ | 18 | SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git;branch=master \ |
| 19 | file://configure-allow-to-disable-selinux-support.patch \ | 19 | file://configure-allow-to-disable-selinux-support.patch \ |
| 20 | file://0001-replace-readdir_r-with-readdir.patch \ | 20 | file://0001-replace-readdir_r-with-readdir.patch \ |
| 21 | file://0001-Use-correct-enum-type.patch \ | ||
| 22 | file://0002-Fix-const-qualifier-error.patch \ | ||
| 21 | " | 23 | " |
| 22 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
| 23 | 25 | ||
