summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libxcalibrate_git.bb
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/libxcalibrate_git.bb
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/libxcalibrate_git.bb')
-rw-r--r--meta/packages/xorg-lib/libxcalibrate_git.bb19
1 files changed, 6 insertions, 13 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb
index aa4b77b39d..99f11e40fd 100644
--- a/meta/packages/xorg-lib/libxcalibrate_git.bb
+++ b/meta/packages/xorg-lib/libxcalibrate_git.bb
@@ -1,21 +1,14 @@
1require xorg-lib-common.inc
2
1DESCRIPTION = " Touchscreen calibration client library" 3DESCRIPTION = " Touchscreen calibration client library"
2SECTION = "x11/libs"
3PRIORITY = "optional"
4LICENSE = "BSD-X" 4LICENSE = "BSD-X"
5
6PV = "0.0+git${SRCDATE}"
7PR = "r1"
8
9DEPENDS = "virtual/libx11 calibrateproto libxext" 5DEPENDS = "virtual/libx11 calibrateproto libxext"
10 6PV = "0.0+git${SRCDATE}"
11FILES_${PN}-locale += "${datadir}/X11/locale" 7PR = "r2"
12 8
13SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \ 9SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \
14 file://coords.patch;patch=1" 10 file://coords.patch;patch=1"
15S = "${WORKDIR}/git"
16 11
17inherit autotools pkgconfig 12S = "${WORKDIR}/git"
18 13
19do_stage() { 14FILES_${PN}-locale += "${datadir}/X11/locale"
20 autotools_stage_all
21}