mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02: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
|
inherit native
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${P}"
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
$CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig
|
$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