[oe-commits] Robert P. J. Day : tslib: Delete unnecessary " SRC_URI_OVERRIDES_PACKAGE_ARCH = 0"

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 11:07:27 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 8d7491d22a11632a6bfc2478cb4f040d6e53c16a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8d7491d22a11632a6bfc2478cb4f040d6e53c16a

Author: Robert P. J. Day <rpjday at crashcourse.ca>
Date:   Sat Aug  9 07:25:30 2014 -0400

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 at crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/tslib/tslib_1.1.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-graphics/tslib/tslib_1.1.bb b/meta/recipes-graphics/tslib/tslib_1.1.bb
index 05d58b6..6d8c7dd 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"



More information about the Openembedded-commits mailing list