mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00: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:
parent
75bcca7525
commit
4a33e3df4e
|
|
@ -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}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user