From fa3f91a6bdc75a97b9e562bdee897a979a4417b2 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Wed, 28 Mar 2007 08:23:31 +0000 Subject: X11R7.2 preparation: xorg-apps - add individual release support to xorg-app-common.inc - add new X11R7.2 releases (individual release versions) they have smaller versions than anything where PV begins with "X11R7."... but the epoch is set PE="1". Thus the new packages will only be selected by either bitbake with epoch support or by a distro that sets PREFERRED_VERSIONs for X11R7.2. --- packages/xorg-app/xinit_1.0.3.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/xorg-app/xinit_1.0.3.bb (limited to 'packages/xorg-app/xinit_1.0.3.bb') diff --git a/packages/xorg-app/xinit_1.0.3.bb b/packages/xorg-app/xinit_1.0.3.bb new file mode 100644 index 0000000000..155bfc7c43 --- /dev/null +++ b/packages/xorg-app/xinit_1.0.3.bb @@ -0,0 +1,8 @@ +require xorg-app-common.inc +PE = "1" + +#DESCRIPTION = "" + +DEPENDS += " virtual/libx11" +FILES_${PN} += " /usr/lib/X11/xinit" + -- cgit v1.2.3