diff options
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.7.5.bb')
| -rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb deleted file mode 100644 index d4f1e361e0..0000000000 --- a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | require pseudo.inc | ||
| 2 | |||
| 3 | SRC_URI = "http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz2 \ | ||
| 4 | file://0001-configure-Prune-PIE-flags.patch \ | ||
| 5 | file://fallback-passwd \ | ||
| 6 | file://fallback-group \ | ||
| 7 | file://moreretries.patch \ | ||
| 8 | file://handle-remove-xattr.patch \ | ||
| 9 | file://obey-ldflags.patch \ | ||
| 10 | file://pseudo-glibc-rtld-next-workaround.patch \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d" | ||
| 14 | SRC_URI[sha256sum] = "fd89cadec984d3b8202aca465898b1bb4350e0d63ba9aa9ac899f6f50270e688" | ||
| 15 | |||
| 16 | PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback" | ||
| 17 | |||
| 18 | do_install_append_class-native () { | ||
| 19 | install -d ${D}${sysconfdir} | ||
| 20 | # The fallback files should never be modified | ||
| 21 | install -m 444 ${WORKDIR}/fallback-passwd ${D}${sysconfdir}/passwd | ||
| 22 | install -m 444 ${WORKDIR}/fallback-group ${D}${sysconfdir}/group | ||
| 23 | } | ||
