diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-09 21:29:25 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-09 21:29:25 +0200 |
commit | 8888b934f982cada78555c2217d0066020bbc991 (patch) | |
tree | 0acdf09d80f2940a2d7eeb96c74d8eb56cf4b694 /recipes/tgt/tgt_1.0.7.bb | |
parent | 8f738d5d18349167ce32158a77cea089e4773e55 (diff) |
tgt: oe-stylize
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/tgt/tgt_1.0.7.bb')
-rw-r--r-- | recipes/tgt/tgt_1.0.7.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/tgt/tgt_1.0.7.bb b/recipes/tgt/tgt_1.0.7.bb index 3a45e9cc40..b00dfc3326 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}" |