libxaw: split into libxaw6/7/8 as our apps depend on one of them only so why install all
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 26 Mar 2007 09:51:46 +0000 (09:51 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 26 Mar 2007 09:51:46 +0000 (09:51 +0000)
packages/xorg-lib/libxaw_X11R7.1-1.0.2.bb

index 3961042..ff24060 100644 (file)
@@ -1,9 +1,9 @@
 require xorg-lib-common.inc
 
 DESCRIPTION = "Xaw is the X Athena Widget Set."
-
 DEPENDS += " xproto virtual/libx11 libxext xextproto libxt libxmu libxpm libxp printproto libxau"
 PROVIDES = "xaw"
+PR = "r1"
 
 XORG_PN = "libXaw"
 
@@ -13,3 +13,9 @@ do_stage () {
        ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so.7
        ln -sf libXaw7.so.7 ${STAGING_LIBDIR}/libXaw.so
 }
+
+PACKAGES =+ "libxaw6 libxaw7 libxaw8"
+
+FILES_libxaw6 = "${libdir}/libXaw6.so.6*"
+FILES_libxaw7 = "${libdir}/libXaw7.so.7*"
+FILES_libxaw8 = "${libdir}/libXaw8.so.8*"