diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-28 08:23:31 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-03-28 08:23:31 +0000 |
commit | fa3f91a6bdc75a97b9e562bdee897a979a4417b2 (patch) | |
tree | b51e4fd1ef22787aac041b728fd963674d7e9175 /packages/xorg-app/xfs_1.0.4.bb | |
parent | f07ce82ea84796221b8356dddb031c51e504726e (diff) |
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.
Diffstat (limited to 'packages/xorg-app/xfs_1.0.4.bb')
-rw-r--r-- | packages/xorg-app/xfs_1.0.4.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/xorg-app/xfs_1.0.4.bb b/packages/xorg-app/xfs_1.0.4.bb new file mode 100644 index 0000000000..b6db0f9b81 --- /dev/null +++ b/packages/xorg-app/xfs_1.0.4.bb @@ -0,0 +1,7 @@ +require xorg-app-common.inc +PE = "1" + +DESCRIPTION = "X fontserver" + +DEPENDS += " libfs libxfont xtrans" + |