mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
pseudo: drop recipe for old 1.6.7 version
(From OE-Core rev: 66cda3c6a281fd06e787ddbeb03f4796aae0feb8) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ebe0e1175
commit
16df2b6efa
@@ -1,19 +0,0 @@
|
||||
require pseudo.inc
|
||||
|
||||
SRC_URI = " \
|
||||
http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz2 \
|
||||
file://fallback-passwd \
|
||||
file://fallback-group \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "4cd39502f9bd0e734dee80e08b28a5f1"
|
||||
SRC_URI[sha256sum] = "9f2caca5f1579a376a509cd81a81156fc208650add9f0af275da9e911f18f291"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user