diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-17 10:31:53 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-01-17 10:31:53 +0100 |
commit | c823e902fa2ba32cbff87c73d479d3b2e34b4645 (patch) | |
tree | 1022c1666c057c438d0406cd98104983cbf6fd88 /meta-sota/recipes-devtools/pseudo/pseudo_1.8.1.bb | |
parent | 684da7770b33f417f50f89889436d99c45c77525 (diff) |
Changes to pseudo have been merged into poky, this recipe is no more
needed.
Bug-AGL: SPEC-406
Change-Id: I5db0db2a31497c59550b8bd2d28e9df7f4317cfc
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-devtools/pseudo/pseudo_1.8.1.bb')
-rw-r--r-- | meta-sota/recipes-devtools/pseudo/pseudo_1.8.1.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-sota/recipes-devtools/pseudo/pseudo_1.8.1.bb b/meta-sota/recipes-devtools/pseudo/pseudo_1.8.1.bb deleted file mode 100644 index 211439e..0000000 --- a/meta-sota/recipes-devtools/pseudo/pseudo_1.8.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -require recipes-devtools/pseudo/pseudo.inc - -SRC_URI = " \ - http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz2 \ - file://fallback-passwd \ - file://fallback-group \ - file://0001-Add-check-for-existence-of-old-file-to-renameat.patch \ -" - -SRC_URI[md5sum] = "ee38e4fb62ff88ad067b1a5a3825bac7" -SRC_URI[sha256sum] = "dac4ad2d21228053151121320f629d41dd5c0c87695ac4e7aea286c414192ab5" - -PSEUDO_EXTRA_OPTS ?= "--enable-force-async --without-passwd-fallback" - -do_install_append_class-native () { - install -d ${D}${sysconfdir} - # The fallback files should never be modified - install -m 444 ${WORKDIR}/fallback-passwd ${D}${sysconfdir}/passwd - install -m 444 ${WORKDIR}/fallback-group ${D}${sysconfdir}/group -} |