mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
ldconfig-native: set $S to proper value
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user