diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-18 11:14:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-18 11:14:06 +0000 |
| commit | 92129bab97a28c76af461070e95ee1c8dda3af74 (patch) | |
| tree | 98a86a9645109047e35328e9de107bcba894aa65 /openembedded | |
| parent | d2387e1ae48affedac95059ebd04629dc4a0e3e9 (diff) | |
| download | poky-92129bab97a28c76af461070e95ee1c8dda3af74.tar.gz | |
tslib: Make sure pkgconfig file is handled
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@281 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
| -rw-r--r-- | openembedded/packages/tslib/tslib_cvs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/tslib/tslib_cvs.bb b/openembedded/packages/tslib/tslib_cvs.bb index cd2d65f515..67ed66482c 100644 --- a/openembedded/packages/tslib/tslib_cvs.bb +++ b/openembedded/packages/tslib/tslib_cvs.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SECTION = "base" | 1 | SECTION = "base" |
| 2 | DESCRIPTION = "tslib is a touchscreen access library." | 2 | DESCRIPTION = "tslib is a touchscreen access library." |
| 3 | PV = "0.0+cvs${SRCDATE}" | 3 | PV = "0.0+cvs${SRCDATE}" |
| 4 | PR = "r32" | 4 | PR = "r33" |
| 5 | 5 | ||
| 6 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" | 6 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" |
| 7 | PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" |
| @@ -19,7 +19,7 @@ S = "${WORKDIR}/tslib" | |||
| 19 | LICENSE = "LGPL" | 19 | LICENSE = "LGPL" |
| 20 | CONFFILES_${PN} = "${sysconfdir}/ts.conf" | 20 | CONFFILES_${PN} = "${sysconfdir}/ts.conf" |
| 21 | 21 | ||
| 22 | inherit autotools | 22 | inherit autotools pkgconfig |
| 23 | 23 | ||
| 24 | PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate" | 24 | PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate" |
| 25 | EXTRA_OECONF = "--enable-shared" | 25 | EXTRA_OECONF = "--enable-shared" |
