aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-27 10:00:00 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-27 10:00:00 +0200
commitf65670e47aadee6b4d30af1e12645c581ab6b87c (patch)
tree9641d93b3c2fd3656242ae8609765f404c106cec /recipes
parent2ccbd56b86c126db98e086efdf7fea9719eb2410 (diff)
downloadopenembedded-f65670e47aadee6b4d30af1e12645c581ab6b87c.tar.gz
ti-devshell: fix patch to TI stuff, spotted by Yaman Umuroglu
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/ti-devshell.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/ti/ti-devshell.bb b/recipes/ti/ti-devshell.bb
index 3b9dcc8563..0eba7991a8 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"