All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems][PATCH 0/4] add UPSTREAM_CHECK_URI for recipes
@ 2018-05-30  6:30 Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 1/4] fuse: add UPSTREAM_CHECK_URI Yi Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yi Zhao @ 2018-05-30  6:30 UTC (permalink / raw)
  To: openembedded-devel

Some recipes can not get upstream version with bitbake foo -c checkpkg. Add UPSTREAM_CHECK_URI for these recipes.

Yi Zhao (4):
  fuse: add UPSTREAM_CHECK_URI
  ntfs-3g-ntfsprogs: add UPSTREAM_CHECK_URI
  yaffs2-utils: add UPSTREAM_CHECK_COMMITS
  aufs-util: add UPSTREAM_CHECK_COMMITS

 .../ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb                   | 3 +++
 meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb        | 3 +++
 meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb                    | 2 ++
 meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb              | 2 ++
 4 files changed, 10 insertions(+)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-filesystems][PATCH 1/4] fuse: add UPSTREAM_CHECK_URI
  2018-05-30  6:30 [meta-filesystems][PATCH 0/4] add UPSTREAM_CHECK_URI for recipes Yi Zhao
@ 2018-05-30  6:30 ` Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 2/4] ntfs-3g-ntfsprogs: " Yi Zhao
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2018-05-30  6:30 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb
index 202d4c3..2996319 100644
--- a/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb
+++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.7.bb
@@ -19,6 +19,8 @@ SRC_URI = "https://github.com/libfuse/libfuse/releases/download/${BP}/${BP}.tar.
 SRC_URI[md5sum] = "9bd4ce8184745fd3d000ca2692adacdb"
 SRC_URI[sha256sum] = "832432d1ad4f833c20e13b57cf40ce5277a9d33e483205fc63c78111b3358874"
 
+UPSTREAM_CHECK_URI = "https://github.com/libfuse/libfuse/releases"
+
 inherit autotools pkgconfig update-rc.d systemd
 
 INITSCRIPT_NAME = "fuse"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-filesystems][PATCH 2/4] ntfs-3g-ntfsprogs: add UPSTREAM_CHECK_URI
  2018-05-30  6:30 [meta-filesystems][PATCH 0/4] add UPSTREAM_CHECK_URI for recipes Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 1/4] fuse: add UPSTREAM_CHECK_URI Yi Zhao
@ 2018-05-30  6:30 ` Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 3/4] yaffs2-utils: add UPSTREAM_CHECK_COMMITS Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 4/4] aufs-util: " Yi Zhao
  3 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2018-05-30  6:30 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb                   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb
index 9e77766..addb4d3 100644
--- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb
+++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2017.3.23.bb
@@ -13,6 +13,9 @@ S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}"
 SRC_URI[md5sum] = "d97474ae1954f772c6d2fa386a6f462c"
 SRC_URI[sha256sum] = "3e5a021d7b761261836dcb305370af299793eedbded731df3d6943802e1262d5"
 
+UPSTREAM_CHECK_URI = "https://www.tuxera.com/community/open-source-ntfs-3g/"
+UPSTREAM_CHECK_REGEX = "ntfs-3g_ntfsprogs-(?P<pver>\d+(\.\d+)+)\.tgz"
+
 inherit autotools pkgconfig
 
 PACKAGECONFIG ??= ""
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-filesystems][PATCH 3/4] yaffs2-utils: add UPSTREAM_CHECK_COMMITS
  2018-05-30  6:30 [meta-filesystems][PATCH 0/4] add UPSTREAM_CHECK_URI for recipes Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 1/4] fuse: add UPSTREAM_CHECK_URI Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 2/4] ntfs-3g-ntfsprogs: " Yi Zhao
@ 2018-05-30  6:30 ` Yi Zhao
  2018-05-30  6:30 ` [meta-filesystems][PATCH 4/4] aufs-util: " Yi Zhao
  3 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2018-05-30  6:30 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index 67c926b..317965e 100644
--- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
+++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
@@ -18,6 +18,9 @@ SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
            "
 
 SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
+
+UPSTREAM_CHECK_COMMITS = "1"
+
 S = "${WORKDIR}/git"
 
 CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-filesystems][PATCH 4/4] aufs-util: add UPSTREAM_CHECK_COMMITS
  2018-05-30  6:30 [meta-filesystems][PATCH 0/4] add UPSTREAM_CHECK_URI for recipes Yi Zhao
                   ` (2 preceding siblings ...)
  2018-05-30  6:30 ` [meta-filesystems][PATCH 3/4] yaffs2-utils: add UPSTREAM_CHECK_COMMITS Yi Zhao
@ 2018-05-30  6:30 ` Yi Zhao
  3 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2018-05-30  6:30 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
index 2e855e3..64eb940 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
@@ -17,6 +17,8 @@ SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs4.4 \
 SRC_URI[aufs_type.md5sum] = "f7b4a255dcb55fe7b0967f5f59b44f19"
 SRC_URI[aufs_type.sha256sum] = "85bc8e4c1a94a7d526c382e4b047b4256cab8c4a65fc0396291707ad9a327a18"
 
+UPSTREAM_CHECK_COMMITS = "1"
+
 PV = "4.4+git${SRCPV}"
 
 S = "${WORKDIR}/git"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-30  6:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30  6:30 [meta-filesystems][PATCH 0/4] add UPSTREAM_CHECK_URI for recipes Yi Zhao
2018-05-30  6:30 ` [meta-filesystems][PATCH 1/4] fuse: add UPSTREAM_CHECK_URI Yi Zhao
2018-05-30  6:30 ` [meta-filesystems][PATCH 2/4] ntfs-3g-ntfsprogs: " Yi Zhao
2018-05-30  6:30 ` [meta-filesystems][PATCH 3/4] yaffs2-utils: add UPSTREAM_CHECK_COMMITS Yi Zhao
2018-05-30  6:30 ` [meta-filesystems][PATCH 4/4] aufs-util: " Yi Zhao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.