diff options
Diffstat (limited to 'openembedded/packages/tslib/tslib_cvs.bb')
-rw-r--r-- | openembedded/packages/tslib/tslib_cvs.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/openembedded/packages/tslib/tslib_cvs.bb b/openembedded/packages/tslib/tslib_cvs.bb index d13614c3ae..cd2d65f515 100644 --- a/openembedded/packages/tslib/tslib_cvs.bb +++ b/openembedded/packages/tslib/tslib_cvs.bb | |||
@@ -4,8 +4,8 @@ PV = "0.0+cvs${SRCDATE}" | |||
4 | PR = "r32" | 4 | PR = "r32" |
5 | 5 | ||
6 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" | 6 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" |
7 | PACKAGE_ARCH_tslib-conf = "${MACHINE}" | 7 | PACKAGE_ARCH_tslib-conf = "${MACHINE_ARCH}" |
8 | PACKAGE_ARCH_mnci = "${MACHINE}" | 8 | PACKAGE_ARCH_mnci = "${MACHINE_ARCH}" |
9 | 9 | ||
10 | SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ | 10 | SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \ |
11 | file://ts.conf \ | 11 | file://ts.conf \ |
@@ -27,10 +27,7 @@ EXTRA_OECONF_mnci = "--enable-shared --disable-h3600 --enable-input --disable- | |||
27 | EXTRA_OECONF_beagle = "--enable-shared --enable-h3600 --disable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 " | 27 | EXTRA_OECONF_beagle = "--enable-shared --enable-h3600 --disable-input --disable-corgi --disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00 " |
28 | 28 | ||
29 | do_stage () { | 29 | do_stage () { |
30 | oe_libinstall -so -C src libts-0.0 ${STAGING_LIBDIR} | 30 | autotools_stage_all |
31 | ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so | ||
32 | install -m 0644 src/tslib.h ${STAGING_INCDIR}/ | ||
33 | install -m 0644 src/tslib-private.h ${STAGING_INCDIR}/ | ||
34 | } | 31 | } |
35 | 32 | ||
36 | do_install_prepend () { | 33 | do_install_prepend () { |
@@ -41,7 +38,7 @@ do_install_append() { | |||
41 | install -d ${D}${sysconfdir}/profile.d/ | 38 | install -d ${D}${sysconfdir}/profile.d/ |
42 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ | 39 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ |
43 | case ${MACHINE} in | 40 | case ${MACHINE} in |
44 | h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270) | 41 | h3600 | h3900 | h1940 | h6300 | h2200 | ipaq-pxa270 | blueangel) |
45 | install -d ${D}${datadir}/tslib | 42 | install -d ${D}${datadir}/tslib |
46 | for f in ts.conf-h3600 ts.conf-h3600-2.4 ts.conf-h6300; do | 43 | for f in ts.conf-h3600 ts.conf-h3600-2.4 ts.conf-h6300; do |
47 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ | 44 | install -m 0644 ${WORKDIR}/$f ${D}${datadir}/tslib/ |