diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-27 11:18:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-27 11:18:39 +0000 |
commit | 08ab9f2751ad599a111815717eda1636c3ecd5ec (patch) | |
tree | 088e6b8a04cc4b395c460b86cafcb3f332ce1dd4 /meta/packages | |
parent | 732bebdc09ac77c04852fce2f996388040182b1e (diff) | |
download | poky-08ab9f2751ad599a111815717eda1636c3ecd5ec.tar.gz |
libxaw: upgrade to 1.0.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2560 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/libxaw_1.0.4.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxaw_1.0.4.bb b/meta/packages/xorg-lib/libxaw_1.0.4.bb new file mode 100644 index 0000000000..f45431e79e --- /dev/null +++ b/meta/packages/xorg-lib/libxaw_1.0.4.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | require xorg-lib-common.inc | ||
2 | |||
3 | DESCRIPTION = "X Athena Widget Set" | ||
4 | DEPENDS += "xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau" | ||
5 | PROVIDES = "xaw" | ||
6 | PR = "r1" | ||
7 | PE = "1" | ||
8 | |||
9 | XORG_PN = "libXaw" | ||
10 | |||
11 | do_stage_append () { | ||
12 | ln -sf libXaw6.so.6 ${STAGING_LIBDIR}/libXaw.so.6 | ||
13 | ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so.7 | ||
14 | ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so | ||
15 | } | ||
16 | |||
17 | PACKAGES =+ "libxaw6 libxaw7 libxaw8" | ||
18 | |||
19 | FILES_libxaw6 = "${libdir}/libXaw6.so.6*" | ||
20 | FILES_libxaw7 = "${libdir}/libXaw7.so.7*" | ||
21 | FILES_libxaw8 = "${libdir}/libXaw8.so.8*" | ||