mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
udev.inc: Fix staging of libvolume (autotools macros don't work)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2799 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -63,5 +63,6 @@ do_install () {
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
install -m 0644 ${S}/extras/volume_id/lib/libvolume_id.h ${STAGING_INCDIR}
|
||||
oe_libinstall -C extras/volume_id/lib -so libvolume_id ${STAGING_LIBDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user