mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
26 lines
994 B
BlitzBasic
26 lines
994 B
BlitzBasic
SUMMARY = "user and group account administration library"
|
|
DESCRIPTION = "The libuser library implements a standardized interface for manipulating and administering user \
|
|
and group accounts"
|
|
HOMEPAGE = "https://fedorahosted.org/libuser/"
|
|
BUGTRACKER = "https://fedorahosted.org/libuser/newticket"
|
|
|
|
LICENSE = "LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
|
|
file://lib/user.h;endline=19;md5=9bc141f2e0d3e8b97ecdc945b2ed1ec7 \
|
|
file://samples/testuser.c;endline=19;md5=61e8c05bd37ce1cba5590071f6e17500"
|
|
|
|
SECTION = "base"
|
|
|
|
SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \
|
|
file://disable-sgml-doc.patch;patch=1"
|
|
|
|
SRC_URI[md5sum] = "de074409153f690821d9340cb33ee435"
|
|
SRC_URI[sha256sum] = "fc23d744f6853c213adb619cfb5b22c49a9ea8a5a75a1e4121f71b28cffa3a74"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "gettext libpam glib-2.0 xz-native"
|
|
|
|
EXTRA_OECONF += "--disable-gtk-doc --without-python"
|
|
|
|
inherit autotools
|