]> code.ossystems Code Review - openembedded-core.git/commitdiff
tslib: Delete unnecessary "SRC_URI_OVERRIDES_PACKAGE_ARCH = 0"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sat, 9 Aug 2014 11:25:30 +0000 (07:25 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2014 10:27:27 +0000 (11:27 +0100)
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>
meta/recipes-graphics/tslib/tslib_1.1.bb

index 05d58b68d5147d7a2cfe6f350b66c45793a395eb..6d8c7dd7ebffb17a49d4ce36f1eb22f5b074c5c2 100644 (file)
@@ -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"