diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 14:45:36 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-04 14:45:36 +0000 |
commit | 6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216 (patch) | |
tree | 8e1e43ceacf3da7f618bb62dd976829b313715ed /meta/packages/xorg-lib/xtrans-native_1.0.3.bb | |
parent | d48249ddf3745d3fe7c8ced9c58e3b3308fce8bb (diff) | |
download | poky-6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216.tar.gz |
xorg-lib: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
- dropped old unused recipes: libice 1.0.1, libxevie 1.0.1, libxext 1.0.1
- dependencies are cleaned as many recipes had repeated deps of own deps
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2099 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/xtrans-native_1.0.3.bb')
-rw-r--r-- | meta/packages/xorg-lib/xtrans-native_1.0.3.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/packages/xorg-lib/xtrans-native_1.0.3.bb b/meta/packages/xorg-lib/xtrans-native_1.0.3.bb index 3afa2d8bd8..b10a2064e3 100644 --- a/meta/packages/xorg-lib/xtrans-native_1.0.3.bb +++ b/meta/packages/xorg-lib/xtrans-native_1.0.3.bb | |||
@@ -1,12 +1,10 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xtrans_${PV}.bb |
2 | SECTION = "x11/libs" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "BSD-X" | ||
5 | 2 | ||
6 | DEPENDS = "util-macros-native" | 3 | DEPENDS = "util-macros-native" |
7 | PE = "1" | 4 | PE = "1" |
8 | 5 | ||
9 | XORG_PN = "xtrans" | 6 | XORG_PN = "xtrans" |
10 | S = "${WORKDIR}/xtrans-${PV}" | ||
11 | 7 | ||
12 | inherit native autotools pkgconfig | 8 | SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2" |
9 | |||
10 | inherit native | ||