mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
ldconfig-native: set $S to proper value
This commit is contained in:
parent
2b91ffc371
commit
2a643be89d
|
@ -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