diff options
Diffstat (limited to 'meta-selftest/recipes-test')
5 files changed, 9 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb b/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb index e45ee9f60a..fc3799590c 100644 --- a/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb +++ b/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb | |||
@@ -6,6 +6,7 @@ DEPENDS = "libxres libxext virtual/libx11 ncurses" | |||
6 | SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \ | 6 | SRC_URI = "http://downloads.yoctoproject.org/releases/xrestop/xrestop-0.4.tar.gz \ |
7 | file://readme.patch.gz \ | 7 | file://readme.patch.gz \ |
8 | " | 8 | " |
9 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
9 | 10 | ||
10 | S = "${WORKDIR}/xrestop-0.4" | 11 | S = "${WORKDIR}/xrestop-0.4" |
11 | 12 | ||
diff --git a/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb b/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb index 4049be292b..333ecac7ed 100644 --- a/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb +++ b/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb | |||
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" | |||
4 | 4 | ||
5 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \ | 5 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \ |
6 | file://0001-Add-a-note-line-to-the-quick-reference.patch" | 6 | file://0001-Add-a-note-line-to-the-quick-reference.patch" |
7 | UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" | ||
8 | RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature" | ||
7 | 9 | ||
8 | SRC_URI[md5sum] = "9365d86bd884222b4bf1039b5a9ed1bd" | 10 | SRC_URI[md5sum] = "9365d86bd884222b4bf1039b5a9ed1bd" |
9 | SRC_URI[sha256sum] = "681bcca9784bf3cb2207e68236d1f68e2aa7b80f999b5750dc77dcd756e81fbc" | 11 | SRC_URI[sha256sum] = "681bcca9784bf3cb2207e68236d1f68e2aa7b80f999b5750dc77dcd756e81fbc" |
diff --git a/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb.upgraded b/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb.upgraded index 42c070506d..9d94f671db 100644 --- a/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb.upgraded +++ b/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb.upgraded | |||
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=9c50db2589ee3ef10a9b7b2e50ce1d02" | |||
4 | 4 | ||
5 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \ | 5 | SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \ |
6 | file://0001-Add-a-note-line-to-the-quick-reference.patch" | 6 | file://0001-Add-a-note-line-to-the-quick-reference.patch" |
7 | UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" | ||
8 | RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature" | ||
7 | 9 | ||
8 | SRC_URI[md5sum] = "062bca5ff33df1dd09472e7fc3bbe332" | 10 | SRC_URI[md5sum] = "062bca5ff33df1dd09472e7fc3bbe332" |
9 | SRC_URI[sha256sum] = "9dd45391806b0ed215abee4c5ac1597d018c386fe9c1f5afd2f6bc3b07fd82c3" | 11 | SRC_URI[sha256sum] = "9dd45391806b0ed215abee4c5ac1597d018c386fe9c1f5afd2f6bc3b07fd82c3" |
diff --git a/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb b/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb index 450636ef18..07b83276fb 100644 --- a/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb +++ b/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb | |||
@@ -12,6 +12,8 @@ PV = "0.1+git${SRCPV}" | |||
12 | PR = "r2" | 12 | PR = "r2" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/dbus-wait" | 14 | SRC_URI = "git://git.yoctoproject.org/dbus-wait" |
15 | UPSTREAM_CHECK_COMMITS = "1" | ||
16 | RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature" | ||
15 | 17 | ||
16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
17 | 19 | ||
diff --git a/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded b/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded index 0d2e19e5a5..32ec4b14fa 100644 --- a/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded +++ b/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded | |||
@@ -11,6 +11,8 @@ SRCREV = "6cc6077a36fe2648a5f993fe7c16c9632f946517" | |||
11 | PV = "0.1+git${SRCPV}" | 11 | PV = "0.1+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/dbus-wait" | 13 | SRC_URI = "git://git.yoctoproject.org/dbus-wait" |
14 | UPSTREAM_CHECK_COMMITS = "1" | ||
15 | RECIPE_NO_UPDATE_REASON = "This recipe is used to test devtool upgrade feature" | ||
14 | 16 | ||
15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
16 | 18 | ||