diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-09 07:25:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 11:27:34 +0100 |
commit | a37c81cb094bf1986373e067cd72acaff559fad5 (patch) | |
tree | 8f6d0c433fdf7a2a746200bd2d95e5591731efd0 /meta/recipes-graphics/tslib | |
parent | f71208fdecc402e5be06dd30896807273b3ec86c (diff) | |
download | poky-a37c81cb094bf1986373e067cd72acaff559fad5.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.
(From OE-Core rev: 8d7491d22a11632a6bfc2478cb4f040d6e53c16a)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/tslib')
-rw-r--r-- | meta/recipes-graphics/tslib/tslib_1.1.bb | 2 |
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() { | |||
32 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ | 32 | install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/ |
33 | } | 33 | } |
34 | 34 | ||
35 | SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" | ||
36 | |||
37 | # People should consider using udev's /dev/input/touchscreen0 symlink | 35 | # People should consider using udev's /dev/input/touchscreen0 symlink |
38 | # instead of detect-stylus | 36 | # instead of detect-stylus |
39 | #RDEPENDS_tslib-conf_weird-machine = "detect-stylus" | 37 | #RDEPENDS_tslib-conf_weird-machine = "detect-stylus" |