diff options
-rw-r--r-- | meta/recipes-graphics/tslib/tslib_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index 9ab8259e47..ad9bfa781d 100644 --- a/meta/recipes-graphics/tslib/tslib_1.0.bb +++ b/meta/recipes-graphics/tslib/tslib_1.0.bb | |||
@@ -10,7 +10,7 @@ SECTION = "base" | |||
10 | LICENSE = "LGPLv2" | 10 | LICENSE = "LGPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" |
12 | 12 | ||
13 | PR = "r17" | 13 | PR = "r18" |
14 | 14 | ||
15 | SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ | 15 | SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ |
16 | file://fix_version.patch;patch=1 \ | 16 | file://fix_version.patch;patch=1 \ |
@@ -51,6 +51,7 @@ RDEPENDS_${PN} = "tslib-conf" | |||
51 | RRECOMMENDS_${PN} = "pointercal" | 51 | RRECOMMENDS_${PN} = "pointercal" |
52 | 52 | ||
53 | FILES_${PN}-dbg += "${libdir}/ts/.debug*" | 53 | FILES_${PN}-dbg += "${libdir}/ts/.debug*" |
54 | FILES_${PN}-dev += "${libdir}/ts/*.la" | ||
54 | FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" | 55 | FILES_tslib-conf = "${sysconfdir}/ts.conf ${sysconfdir}/profile.d/tslib.sh ${datadir}/tslib" |
55 | FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" | 56 | FILES_${PN} = "${libdir}/*.so.* ${libdir}/ts/*.so*" |
56 | FILES_tslib-calibrate += "${bindir}/ts_calibrate" | 57 | FILES_tslib-calibrate += "${bindir}/ts_calibrate" |