]> code.ossystems Code Review - openembedded-core.git/commitdiff
tslib: Make sure pkgconfig file is handled
authorRichard Purdie <richard@openedhand.com>
Sat, 18 Feb 2006 11:14:06 +0000 (11:14 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 18 Feb 2006 11:14:06 +0000 (11:14 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@281 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/tslib/tslib_cvs.bb

index cd2d65f515d2316b80f7981eca1eabcb88dbfa7f..67ed66482cb4793261bf9def5dcc38c9dc9bd6bb 100644 (file)
@@ -1,7 +1,7 @@
 SECTION = "base"
 DESCRIPTION = "tslib is a touchscreen access library."
 PV = "0.0+cvs${SRCDATE}"
-PR = "r32"
+PR = "r33"
 
 SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
 PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"
@@ -19,7 +19,7 @@ S = "${WORKDIR}/tslib"
 LICENSE = "LGPL"
 CONFFILES_${PN} = "${sysconfdir}/ts.conf"
 
-inherit autotools
+inherit autotools pkgconfig
 
 PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate"
 EXTRA_OECONF        = "--enable-shared"