diff options
| -rw-r--r-- | meta-openstack/recipes-support/tgt/tgt_git.bb | 5 |
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 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit update-rc.d | ||
| 17 | |||
| 16 | do_compile() { | 18 | do_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 | " |
| 59 | INITSCRIPT_PACKAGES = "${PN}" | ||
| 60 | INITSCRIPT_NAME_${PN} = "tgtd" | ||
| 57 | 61 | ||
| 58 | INITSCRIPT_NAME_${tgt} = "tgtd" | ||
