mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen: Package libxendevicemodel, introduced in Xen 4.9
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
bca5037e5d
commit
4c32ef8ba1
|
@ -178,6 +178,8 @@ PACKAGES = "\
|
|||
${PN}-libxencall-dev \
|
||||
${PN}-libxenctrl \
|
||||
${PN}-libxenctrl-dev \
|
||||
${PN}-libxendevicemodel \
|
||||
${PN}-libxendevicemodel-dev \
|
||||
${PN}-libxenevtchn \
|
||||
${PN}-libxenevtchn-dev \
|
||||
${PN}-libxenforeignmemory \
|
||||
|
@ -283,6 +285,9 @@ FILES_${PN}-libxencall-dev = "${libdir}/libxencall.so"
|
|||
FILES_${PN}-libxenctrl = "${libdir}/libxenctrl.so.*"
|
||||
FILES_${PN}-libxenctrl-dev = "${libdir}/libxenctrl.so"
|
||||
|
||||
FILES_${PN}-libxendevicemodel = "${libdir}/libxendevicemodel.so.*"
|
||||
FILES_${PN}-libxendevicemodel-dev = "${libdir}/libxendevicemodel.so"
|
||||
|
||||
FILES_${PN}-libxenevtchn = "${libdir}/libxenevtchn.so.*"
|
||||
FILES_${PN}-libxenevtchn-dev = "${libdir}/libxenevtchn.so"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user