diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-08-15 11:58:37 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-08-15 11:58:37 +0000 |
commit | ca10363baac7de9581ec90ab47957f973e1dbdc4 (patch) | |
tree | 2000b53f806c79510671d8fd1a6a36125f8b25b3 /meta/packages/xcalibrate | |
parent | c210d01a7ca8c00ddc45d292878b89086b137129 (diff) | |
download | poky-ca10363baac7de9581ec90ab47957f973e1dbdc4.tar.gz |
Numerous new xorg package versions from upstream OE. Pester me if any local changes got inadvertantly lost, or if any packages need upgrading.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xcalibrate')
-rw-r--r-- | meta/packages/xcalibrate/xcalibrate/xextproto.patch | 11 | ||||
-rw-r--r-- | meta/packages/xcalibrate/xcalibrate_20060312.bb | 17 | ||||
-rw-r--r-- | meta/packages/xcalibrate/xcalibrate_cvs.bb | 5 |
3 files changed, 31 insertions, 2 deletions
diff --git a/meta/packages/xcalibrate/xcalibrate/xextproto.patch b/meta/packages/xcalibrate/xcalibrate/xextproto.patch new file mode 100644 index 0000000000..cb190c073b --- /dev/null +++ b/meta/packages/xcalibrate/xcalibrate/xextproto.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- XCalibrate/configure.ac.orig 2006-03-08 14:57:07.000000000 +0100 | ||
2 | +++ XCalibrate/configure.ac 2006-03-08 14:57:14.000000000 +0100 | ||
3 | @@ -7,7 +7,7 @@ | ||
4 | AC_PROG_LIBTOOL | ||
5 | |||
6 | # Check for X | ||
7 | -PKG_CHECK_MODULES(XCALIBRATE, x11 xextensions xcalibrateext) | ||
8 | +PKG_CHECK_MODULES(XCALIBRATE, x11 xextproto xcalibrateext) | ||
9 | |||
10 | AC_OUTPUT([Makefile | ||
11 | xcalibrate.pc]) | ||
diff --git a/meta/packages/xcalibrate/xcalibrate_20060312.bb b/meta/packages/xcalibrate/xcalibrate_20060312.bb new file mode 100644 index 0000000000..1de87c04eb --- /dev/null +++ b/meta/packages/xcalibrate/xcalibrate_20060312.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | PV = "0.0+cvs${FIXEDSRCDATE}" | ||
2 | FIXEDSRCDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}" | ||
3 | LICENSE = "BSD-X" | ||
4 | SECTION = "x11/libs" | ||
5 | PRIORITY = "optional" | ||
6 | DEPENDS = "virtual/libx11 xcalibrateext libxext" | ||
7 | DESCRIPTION = "XCalibrate client-side library" | ||
8 | |||
9 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \ | ||
10 | file://xextproto.patch;patch=1" | ||
11 | S = "${WORKDIR}/XCalibrate" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | do_stage() { | ||
16 | autotools_stage_all | ||
17 | } | ||
diff --git a/meta/packages/xcalibrate/xcalibrate_cvs.bb b/meta/packages/xcalibrate/xcalibrate_cvs.bb index ab2b076079..a5b435795a 100644 --- a/meta/packages/xcalibrate/xcalibrate_cvs.bb +++ b/meta/packages/xcalibrate/xcalibrate_cvs.bb | |||
@@ -2,10 +2,11 @@ PV = "0.0+cvs${SRCDATE}" | |||
2 | LICENSE = "BSD-X" | 2 | LICENSE = "BSD-X" |
3 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "libx11 xcalibrateext libxext" | 5 | DEPENDS = "virtual/libx11 xcalibrateext libxext" |
6 | DESCRIPTION = "XCalibrate client-side library" | 6 | DESCRIPTION = "XCalibrate client-side library" |
7 | 7 | ||
8 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate" | 8 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \ |
9 | file://xextproto.patch;patch=1" | ||
9 | S = "${WORKDIR}/XCalibrate" | 10 | S = "${WORKDIR}/XCalibrate" |
10 | 11 | ||
11 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |