mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02: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"
|
SECTION = "base"
|
||||||
DESCRIPTION = "tslib is a touchscreen access library."
|
DESCRIPTION = "tslib is a touchscreen access library."
|
||||||
PV = "0.0+cvs${SRCDATE}"
|
PV = "0.0+cvs${SRCDATE}"
|
||||||
PR = "r32"
|
PR = "r33"
|
||||||
|
|
||||||
SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
|
SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
|
||||||
PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"
|
PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}"
|
||||||
@@ -19,7 +19,7 @@ S = "${WORKDIR}/tslib"
|
|||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
CONFFILES_${PN} = "${sysconfdir}/ts.conf"
|
CONFFILES_${PN} = "${sysconfdir}/ts.conf"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate"
|
PACKAGES = "tslib-conf libts libts-dev tslib-tests tslib-calibrate"
|
||||||
EXTRA_OECONF = "--enable-shared"
|
EXTRA_OECONF = "--enable-shared"
|
||||||
|
|||||||
Reference in New Issue
Block a user