diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb new file mode 100644 index 0000000000..89338d9c30 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | require recipes-graphics/xorg-lib/xorg-lib-common.inc | ||
| 2 | DESCRIPTION = "X Athena Widget Set" | ||
| 3 | DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau xmlto-native" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1c65719d42900bb81b83e8293c20a364" | ||
| 6 | |||
| 7 | PE = "1" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b" | ||
| 10 | SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd" | ||
| 11 | |||
| 12 | # disable docs as groff detection doesn't work on some hosts while cross compilling | ||
| 13 | EXTRA_OECONF += " --disable-docs " | ||
| 14 | |||
| 15 | do_install_append () { | ||
| 16 | ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6 | ||
| 17 | ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7 | ||
| 18 | ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so | ||
| 19 | } | ||
| 20 | |||
| 21 | PACKAGES =+ "libxaw6 libxaw7 libxaw8" | ||
| 22 | |||
| 23 | FILES_libxaw6 = "${libdir}/libXaw*.so.6*" | ||
| 24 | FILES_libxaw7 = "${libdir}/libXaw*.so.7*" | ||
| 25 | FILES_libxaw8 = "${libdir}/libXaw8.so.8*" | ||
| 26 | |||
| 27 | XORG_PN = "libXaw" | ||
