mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
ldconfig-native: set $S to proper value
This commit is contained in:
parent
6bf7f1479d
commit
71e368844f
|
|
@ -5,6 +5,8 @@ SRC_URI = "file://ldconfig-native-2.5.tar.bz2 \
|
|||
|
||||
inherit native
|
||||
|
||||
S = "${WORKDIR}/${P}"
|
||||
|
||||
do_compile () {
|
||||
$CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user