mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
f71208fdec
commit
a37c81cb09
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user