d625227229
Pseudo is a program that can either be used directly or as an LD_PRELOAD, which allows these operations to succeed as if the user did have system administrator privileges even though they are an ordinary user. Pseudo has a lot of similarities to fakeroot but is a new implementation that improves on the problems seen using fakeroot. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Andrey Yurovsky <yurovsky@gmail.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
430 B
Makefile
16 lines
430 B
Makefile
################################################################################
|
|
#
|
|
# pseudo
|
|
#
|
|
################################################################################
|
|
|
|
PSEUDO_VERSION = 7abc9396731149df5eaf43c84fed4f3053b64de6
|
|
PSEUDO_SITE = https://git.yoctoproject.org/git/pseudo
|
|
PSEUDO_SITE_METHOD = git
|
|
|
|
# No "or later" clause.
|
|
PSEUDO_LICENSE = LGPLv2.1
|
|
PSEUDO_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(host-autotools-package))
|