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/libxcalibrate_git.bb | |
parent | d48249ddf3745d3fe7c8ced9c58e3b3308fce8bb (diff) | |
download | openembedded-core-6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216.tar.gz openembedded-core-6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216.tar.bz2 openembedded-core-6c9d93a8c6ea5a8a4996dc6e6393b4ce83abe216.zip |
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.bb | 19 |
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 @@ +require xorg-lib-common.inc + DESCRIPTION = " Touchscreen calibration client library" -SECTION = "x11/libs" -PRIORITY = "optional" LICENSE = "BSD-X" - -PV = "0.0+git${SRCDATE}" -PR = "r1" - DEPENDS = "virtual/libx11 calibrateproto libxext" - -FILES_${PN}-locale += "${datadir}/X11/locale" +PV = "0.0+git${SRCDATE}" +PR = "r2" SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \ file://coords.patch;patch=1" -S = "${WORKDIR}/git" -inherit autotools pkgconfig +S = "${WORKDIR}/git" -do_stage() { - autotools_stage_all -} +FILES_${PN}-locale += "${datadir}/X11/locale" |