summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/xorg-lib-common.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 14:45:36 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 14:45:36 +0000
commit6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216 (patch)
tree8e1e43ceacf3da7f618bb62dd976829b313715ed /meta/packages/xorg-lib/xorg-lib-common.inc
parentd48249ddf3745d3fe7c8ced9c58e3b3308fce8bb (diff)
downloadpoky-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/xorg-lib-common.inc')
-rw-r--r--meta/packages/xorg-lib/xorg-lib-common.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/xorg-lib/xorg-lib-common.inc b/meta/packages/xorg-lib/xorg-lib-common.inc
index e1f783e352..8aea0a5f03 100644
--- a/meta/packages/xorg-lib/xorg-lib-common.inc
+++ b/meta/packages/xorg-lib/xorg-lib-common.inc
@@ -1,11 +1,12 @@
1HOMEPAGE = "http://www.x.org" 1HOMEPAGE = "http://www.x.org"
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3LICENSE = "MIT-X" 3LICENSE = "MIT-X"
4
5DEPENDS = "util-macros xorg-headers-native" 4DEPENDS = "util-macros xorg-headers-native"
5
6XORG_PN = "${PN}" 6XORG_PN = "${PN}"
7XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}" 7
8SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2" 8SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2"
9
9S = "${WORKDIR}/${XORG_PN}-${PV}" 10S = "${WORKDIR}/${XORG_PN}-${PV}"
10 11
11inherit autotools pkgconfig 12inherit autotools pkgconfig
@@ -13,5 +14,5 @@ inherit autotools pkgconfig
13EXTRA_OECONF = "--enable-malloc0returnsnull" 14EXTRA_OECONF = "--enable-malloc0returnsnull"
14 15
15do_stage() { 16do_stage() {
16 autotools_stage_all 17 autotools_stage_all
17} 18}