summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-support/tgt/tgt_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb
index 459c6a9..c711a62 100644
--- a/meta-openstack/recipes-support/tgt/tgt_git.bb
+++ b/meta-openstack/recipes-support/tgt/tgt_git.bb
@@ -13,6 +13,8 @@ SRC_URI = "git://github.com/fujita/${PN}.git;protocol=git \
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit update-rc.d
17
16do_compile() { 18do_compile() {
17 oe_runmake -e programs conf scripts 19 oe_runmake -e programs conf scripts
18} 20}
@@ -54,5 +56,6 @@ RDEPENDS_${PN} = " \
54 perl-module-file-spec \ 56 perl-module-file-spec \
55 perl-module-file-spec-functions \ 57 perl-module-file-spec-functions \
56 " 58 "
59INITSCRIPT_PACKAGES = "${PN}"
60INITSCRIPT_NAME_${PN} = "tgtd"
57 61
58INITSCRIPT_NAME_${tgt} = "tgtd"