aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-08-09 07:25:30 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-11 11:27:27 +0100
commit8d7491d22a11632a6bfc2478cb4f040d6e53c16a (patch)
tree53f2abfcc4c9bb3f9ae487a819f6284e35cae758
parentd56657cf5def88682954a97b4d94603ad81fd6e5 (diff)
downloadopenembedded-core-contrib-8d7491d22a11632a6bfc2478cb4f040d6e53c16a.tar.gz
tslib: Delete unnecessary "SRC_URI_OVERRIDES_PACKAGE_ARCH = 0"
Since the machine-specific files for tslib were removed quite some time ago, there is no need for this directive anymore. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/tslib/tslib_1.1.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/meta/recipes-graphics/tslib/tslib_1.1.bb
index 05d58b68d5..6d8c7dd7eb 100644
--- a/meta/recipes-graphics/tslib/tslib_1.1.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.1.bb
@@ -32,8 +32,6 @@ do_install_append() {
install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
}
-SRC_URI_OVERRIDES_PACKAGE_ARCH = "0"
-
# People should consider using udev's /dev/input/touchscreen0 symlink
# instead of detect-stylus
#RDEPENDS_tslib-conf_weird-machine = "detect-stylus"