aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tgt/tgt_0.9.10.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-09 21:29:25 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-09 21:29:25 +0200
commit8888b934f982cada78555c2217d0066020bbc991 (patch)
tree0acdf09d80f2940a2d7eeb96c74d8eb56cf4b694 /recipes/tgt/tgt_0.9.10.bb
parent8f738d5d18349167ce32158a77cea089e4773e55 (diff)
downloadopenembedded-8888b934f982cada78555c2217d0066020bbc991.tar.gz
tgt: oe-stylize
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/tgt/tgt_0.9.10.bb')
-rw-r--r--recipes/tgt/tgt_0.9.10.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/tgt/tgt_0.9.10.bb b/recipes/tgt/tgt_0.9.10.bb
index 1aad4f71bd..ffd4edb747 100644
--- a/recipes/tgt/tgt_0.9.10.bb
+++ b/recipes/tgt/tgt_0.9.10.bb
@@ -4,15 +4,13 @@ LICENSE = "GPLv2"
PR = "r1"
SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.bz2"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
+SRC_URI[md5sum] = "d06e2dcef6ac6c975311e88083d8ef26"
+SRC_URI[sha256sum] = "f30ffe64bcf4fc8a82a76594c254ce54c82a33d797cdc0f35f19519572f94c4a"
do_configure() {
}
-
do_install() {
- oe_runmake DESTDIR="${D}" install
+ oe_runmake DESTDIR="${D}" install
}
-SRC_URI[md5sum] = "d06e2dcef6ac6c975311e88083d8ef26"
-SRC_URI[sha256sum] = "f30ffe64bcf4fc8a82a76594c254ce54c82a33d797cdc0f35f19519572f94c4a"
+TARGET_CC_ARCH += "${LDFLAGS}"