mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
tslib: Make sure pkgconfig file is handled
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@281 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user