mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
libxaw: Add symlinks in do_install step and use this for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -8,10 +8,10 @@ PE = "1"
|
|||||||
|
|
||||||
XORG_PN = "libXaw"
|
XORG_PN = "libXaw"
|
||||||
|
|
||||||
do_stage_append () {
|
do_install_append () {
|
||||||
ln -sf libXaw6.so.6 ${STAGING_LIBDIR}/libXaw.so.6
|
ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6
|
||||||
ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so.7
|
ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7
|
||||||
ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so
|
ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "libxaw6 libxaw7 libxaw8"
|
PACKAGES =+ "libxaw6 libxaw7 libxaw8"
|
||||||
|
|||||||
Reference in New Issue
Block a user