aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/ldconfig-native_2.5.bb
blob: c221ba1608c8e69104cfe007dec1a4797d04ec7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "A standalone native ldconfig build"

SRC_URI = "file://ldconfig-native-2.5.tar.bz2 \
           file://ldconfig.patch;patch=1 "

inherit native

do_compile () {
	$CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c  -I. dl-cache.c -o ldconfig
}

do_stage () {
	install -d ${STAGING_BINDIR}/
	install ldconfig ${STAGING_BINDIR}/
}