diff options
Diffstat (limited to 'meta/recipes-devtools/patchelf')
-rw-r--r-- | meta/recipes-devtools/patchelf/patchelf_0.18.0.bb (renamed from meta/recipes-devtools/patchelf/patchelf_0.17.2.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb b/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb index a9583419e8..e8bc2ff83d 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.17.2.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/NixOS/patchelf" | |||
5 | LICENSE = "GPL-3.0-only" | 5 | LICENSE = "GPL-3.0-only" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master" | 7 | SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master" |
8 | SRCREV = "5908e16cd562bcb1909be4de0409c4912a8afc52" | 8 | SRCREV = "99c24238981b7b1084313aca8f5c493bb46f302c" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
@@ -13,4 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | PACKAGES += "${PN}-zsh-completion" | ||
17 | FILES:${PN}-zsh-completion = "${datadir}/zsh" | ||
18 | |||
16 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |