From 75c69294931da1db798b0e2c5103dd0b30ee60d0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 16:08:36 +0200 Subject: package_regex.inc: split sourceforge related entries to their own recipes (From OE-Core rev: 4c5899fa0b8258f2754e3080dae5535e3b248e91) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/fdisk') diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb index a4cc846495..2dd3b5b529 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb +++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb @@ -10,6 +10,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz" SRC_URI[md5sum] = "2061f917af084215898d4fea04d8388f" SRC_URI[sha256sum] = "5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c" +UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/gptfdisk/files/gptfdisk/" +UPSTREAM_CHECK_REGEX = "/gptfdisk/(?P(\d+[\.\-_]*)+)/" + do_install() { install -d ${D}${sbindir} install -m 0755 cgdisk ${D}${sbindir} -- cgit v1.2.3-54-g00ecf