From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp486.redcondor.net (smtp486.redcondor.net [208.80.204.86]) by mail.openembedded.org (Postfix) with ESMTP id BC2076059A for ; Sat, 9 Aug 2014 11:25:40 +0000 (UTC) Received: from astoria.ccjclearline.com ([64.235.106.9]) by smtp486.redcondor.net ({6695537a-536a-45f9-a249-877c85428649}) via TCP (outbound) with ESMTPS id 20140809112540183 for ; Sat, 09 Aug 2014 11:25:40 +0000 X-RC-FROM: X-RC-RCPT: Received: from [99.240.204.5] (port=60944 helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1XG4mF-0007qn-2r for openembedded-core@lists.openembedded.org; Sat, 09 Aug 2014 07:25:35 -0400 Date: Sat, 9 Aug 2014 07:25:30 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost To: OE Core mailing list Message-ID: User-Agent: Alpine 2.11 (LFD 23 2013-08-11) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: X-MAG-OUTBOUND: ccj.redcondor.net@64.235.106.9/32 Subject: [PATCH] tslib: Delete unnecessary "SRC_URI_OVERRIDES_PACKAGE_ARCH = 0" X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 11:25:43 -0000 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 --- 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" -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================