mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 15:30:28 +00:00
recipes: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -16,7 +16,8 @@ do_compile () {
|
||||
}
|
||||
|
||||
do_install () {
|
||||
make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
|
||||
make -f makefile_armv7 install PDK_INSTALL_PATH=${STAGING_INCDIR} INSTALL_INC_BASE_DIR=${D}/${includedir} INSTALL_LIB_BASE_DIR=${D}${libdir}
|
||||
chown -R root:root ${D}
|
||||
|
||||
# Set the generic device library symbolic link to default k2h
|
||||
cd ${D}${libdir}
|
||||
|
||||
Reference in New Issue
Block a user