diff options
| -rw-r--r-- | recipes-extended/glusterfs/files/glusterd-change-port-range.patch | 8 | ||||
| -rw-r--r-- | recipes-extended/glusterfs/glusterfs_11.1.bb | 6 | ||||
| -rw-r--r-- | recipes-extended/glusterfs/glusterfs_11.2.bb | 4 |
3 files changed, 8 insertions, 10 deletions
diff --git a/recipes-extended/glusterfs/files/glusterd-change-port-range.patch b/recipes-extended/glusterfs/files/glusterd-change-port-range.patch index daa9680..be6aac8 100644 --- a/recipes-extended/glusterfs/files/glusterd-change-port-range.patch +++ b/recipes-extended/glusterfs/files/glusterd-change-port-range.patch | |||
| @@ -25,13 +25,13 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | |||
| 25 | [Hogzhi: modify patch for release-6.1] | 25 | [Hogzhi: modify patch for release-6.1] |
| 26 | Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> | 26 | Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> |
| 27 | --- | 27 | --- |
| 28 | extras/glusterd.vol | 2 +- | 28 | extras/glusterd.vol.in | 2 +- |
| 29 | 1 file changed, 1 insertion(+), 1 deletion(-) | 29 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 30 | 30 | ||
| 31 | diff --git a/extras/glusterd.vol b/extras/glusterd.vol | 31 | diff --git a/extras/glusterd.vol.in b/extras/glusterd.vol.in |
| 32 | index 6045591..d814b5f 100644 | 32 | index 6045591..d814b5f 100644 |
| 33 | --- a/extras/glusterd.vol | 33 | --- a/extras/glusterd.vol.in |
| 34 | +++ b/extras/glusterd.vol | 34 | +++ b/extras/glusterd.vol.in |
| 35 | @@ -11,6 +11,6 @@ volume management | 35 | @@ -11,6 +11,6 @@ volume management |
| 36 | option event-threads 1 | 36 | option event-threads 1 |
| 37 | # option lock-timer 180 | 37 | # option lock-timer 180 |
diff --git a/recipes-extended/glusterfs/glusterfs_11.1.bb b/recipes-extended/glusterfs/glusterfs_11.1.bb deleted file mode 100644 index 224fe18..0000000 --- a/recipes-extended/glusterfs/glusterfs_11.1.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | SRC_URI = "https://bits.gluster.org/pub/gluster/glusterfs/src/${BPN}-${PV}.tar.gz" | ||
| 2 | |||
| 3 | SRC_URI[md5sum] = "7e290a50026752f435f694651687e0f2" | ||
| 4 | SRC_URI[sha256sum] = "6a31b8450d02cd12f47f4571c031e9d6b8705279a0e8970ae9a05e1c87dffb76" | ||
| 5 | |||
| 6 | require glusterfs.inc | ||
diff --git a/recipes-extended/glusterfs/glusterfs_11.2.bb b/recipes-extended/glusterfs/glusterfs_11.2.bb new file mode 100644 index 0000000..014870a --- /dev/null +++ b/recipes-extended/glusterfs/glusterfs_11.2.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | SRCREV = "15d3c0f8435814fdb7242a8a82fa5db140013d0a" | ||
| 2 | SRC_URI = "git://github.com/gluster/glusterfs.git;branch=release-11;protocol=https" | ||
| 3 | |||
| 4 | require glusterfs.inc | ||
