[oe-commits] Koen Kooi : ti-devshell: fix patch to TI stuff, spotted by Yaman Umuroglu

git version control git at git.openembedded.org
Thu May 27 08:00:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f65670e47aadee6b4d30af1e12645c581ab6b87c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f65670e47aadee6b4d30af1e12645c581ab6b87c

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu May 27 10:00:00 2010 +0200

ti-devshell: fix patch to TI stuff, spotted by Yaman Umuroglu

---

 recipes/ti/ti-devshell.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/ti-devshell.bb b/recipes/ti/ti-devshell.bb
index 3b9dcc8..0eba799 100644
--- a/recipes/ti/ti-devshell.bb
+++ b/recipes/ti/ti-devshell.bb
@@ -1,11 +1,12 @@
 DESCRIPTION = "Runs a shell in an environment as emitted by BitBake to execute tasks"
 LICENSE = "GPL"
 
+PR = "r1"
+
 inherit autotools pkgconfig
 
 require ti-paths.inc 
 
-
 do_configure() {
 	:
 }
@@ -50,6 +51,8 @@ do_install() {
 	:
 }
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 do_deploy() {
 	shellfile="${TARGET_PREFIX}${DISTRO}-${MACHINE}-ti-devshell"
 





More information about the Openembedded-commits mailing list