mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
ldconfig-native: Convert to use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -14,7 +14,8 @@ 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}/
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
do_install () {
|
||||
install -d ${D}/${bindir}/
|
||||
install ldconfig ${D}/${bindir}/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user