git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ccbd56
)
ti-devshell: fix patch to TI stuff, spotted by Yaman Umuroglu
author
Koen Kooi
<koen@openembedded.org>
Thu, 27 May 2010 08:00:00 +0000
(10:00 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 27 May 2010 08:00:00 +0000
(10:00 +0200)
recipes/ti/ti-devshell.bb
patch
|
blob
|
history
diff --git
a/recipes/ti/ti-devshell.bb
b/recipes/ti/ti-devshell.bb
index
3b9dcc8
..
0eba799
100644
(file)
--- 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"