[oe-commits] Frans Meulenbroeks : tgt: oe-stylize

git version control git at git.openembedded.org
Mon Aug 9 19:29:32 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Aug  9 21:29:25 2010 +0200

tgt: oe-stylize

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/tgt/tgt_0.9.10.bb |   10 ++++------
 recipes/tgt/tgt_1.0.7.bb  |    9 ++++-----
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/recipes/tgt/tgt_0.9.10.bb b/recipes/tgt/tgt_0.9.10.bb
index 1aad4f7..ffd4edb 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}"
diff --git a/recipes/tgt/tgt_1.0.7.bb b/recipes/tgt/tgt_1.0.7.bb
index 3a45e9c..b00dfc3 100644
--- a/recipes/tgt/tgt_1.0.7.bb
+++ b/recipes/tgt/tgt_1.0.7.bb
@@ -3,17 +3,16 @@ HOMEPAGE = "http://stgt.berlios.de/"
 LICENSE = "GPLv2"
 DEPENDS = "openssl"
 RDEPENDS_${PN} = "iscsi-target"
-
 PR = "r0"
+
 SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.gz"
 SRC_URI[md5sum] = "f7d2fdc39aeadc7971d40fffe029a6f5"
 SRC_URI[sha256sum] = "708e7b8e5e7b5f6f4fea9fb9085e66ca9d967127d60fcbd136bcfd89a2c1db3b"
 
-
 EXTRA_OEMAKE += "ISCSI=1"
 
-TARGET_CC_ARCH += "${LDFLAGS}"
-
 do_install() {
-	oe_runmake DESTDIR="${D}" install
+        oe_runmake DESTDIR="${D}" install
 }
+
+TARGET_CC_ARCH += "${LDFLAGS}"





More information about the Openembedded-commits mailing list