diff options
Diffstat (limited to 'meta-openstack/recipes-support')
| -rw-r--r-- | meta-openstack/recipes-support/tgt/tgt_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb index a5df710..ac240f0 100644 --- a/meta-openstack/recipes-support/tgt/tgt_git.bb +++ b/meta-openstack/recipes-support/tgt/tgt_git.bb | |||
| @@ -4,9 +4,8 @@ LICENSE = "GPLv2" | |||
| 4 | LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c" | 4 | LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c" |
| 5 | DEPENDS = "sg3-utils" | 5 | DEPENDS = "sg3-utils" |
| 6 | 6 | ||
| 7 | SRCREV = "ab51727a361bf296b1c2036375b5e45479059921" | 7 | SRCREV = "eca74a72d2595f126a020111943928c3ea9e6fe8" |
| 8 | PV = "1.0.60+git${SRCPV}" | 8 | PV = "1.0.63+git${SRCPV}" |
| 9 | PR = "r0" | ||
| 10 | 9 | ||
| 11 | SRC_URI = "git://github.com/fujita/tgt.git \ | 10 | SRC_URI = "git://github.com/fujita/tgt.git \ |
| 12 | file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \ | 11 | file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \ |
| @@ -20,6 +19,8 @@ CONFFILES_${PN} += "${sysconfdir}/tgt/targets.conf" | |||
| 20 | 19 | ||
| 21 | inherit update-rc.d | 20 | inherit update-rc.d |
| 22 | 21 | ||
| 22 | CFLAGS += ' -I. -DUSE_SIGNALFD -DUSE_TIMERFD -D_GNU_SOURCE -DTGT_VERSION=\\"1.0.63\\" -DBSDIR=\\"${libdir}/backing-store\\"' | ||
| 23 | |||
| 23 | do_compile() { | 24 | do_compile() { |
| 24 | oe_runmake SYSROOT="${STAGING_DIR_TARGET}" -e programs conf scripts | 25 | oe_runmake SYSROOT="${STAGING_DIR_TARGET}" -e programs conf scripts |
| 25 | } | 26 | } |
