diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-05-16 07:06:44 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-18 12:42:47 -0700 |
commit | 590663da5daa11095b036de634e068e25ea94009 (patch) | |
tree | 31411425cca2ac0f82b231f3663a853feb7809dc | |
parent | a87e1afbb09cf78358b27192c4b30e6b5c1df3d9 (diff) | |
download | meta-openembedded-590663da5daa11095b036de634e068e25ea94009.tar.gz |
umip: make MACHINE_ARCH
* Depends on ipsec-tools which is already MACHINE_ARCH (and also RRECOMMENDS kernel modules)
* Fixes:
ERROR: umip different signature for task do_configure.sigdata between hammerhead and mako
Hash for dependent task umip/umip_1.0.bb.do_prepare_recipe_sysroot changed from 7c74a208880f6c8a5aa46b1c8577e39b6b71429d9a379ea75f17a155ca270035 to 87c6cd438dd9645c98530e3ac1094005bace785bfd89bfe4073bc8815926abba
Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-networking/recipes-connectivity/umip/umip_1.0.bb.do_prepare_recipe_sysroot with hashes 7c74a208880f6c8a5aa46b1c8577e39b6b71429d9a379ea75f17a155ca270035 or 87c6cd438dd9645c98530e3ac1094005bace785bfd89bfe4073bc8815926abba
bitbake-diffsigs /OE/build/luneos-master/webos-ports/tmp-glibc/sstate-diff/1557963509/[hm]*/*/umip/*do_prepare*.sigdata*
Hash for dependent task ipsec-tools/ipsec-tools_0.8.2.bb.do_populate_sysroot changed from 1100c4984d88050bb7ca154445205bac3c3ab80c3ff0aa7c9124825c9d4f6e14 to feeddbd35a8106b264c98076e21d0b3cb227ab1d209e150926112b2906273ef4
Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-openembedded/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb.do_populate_sysroot with hashes 1100c4984d88050bb7ca154445205bac3c3ab80c3ff0aa7c9124825c9d4f6e14 or feeddbd35a8106b264c98076e21d0b3cb227ab1d209e150926112b2906273ef4
as detected with:
openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/umip/umip_1.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/umip/umip_1.0.bb b/meta-networking/recipes-connectivity/umip/umip_1.0.bb index e2abc02ce..43367b550 100644 --- a/meta-networking/recipes-connectivity/umip/umip_1.0.bb +++ b/meta-networking/recipes-connectivity/umip/umip_1.0.bb | |||
@@ -20,6 +20,9 @@ SRC_URI = "git://git.umip.org/umip/umip.git \ | |||
20 | " | 20 | " |
21 | SRCREV = "cbd441c5db719db554ff2b4fcb02fef88ae2f791" | 21 | SRCREV = "cbd441c5db719db554ff2b4fcb02fef88ae2f791" |
22 | 22 | ||
23 | # Depends on ipsec-tools which is already MACHINE_ARCH (and also RRECOMMENDS kernel modules) | ||
24 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
25 | |||
23 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
24 | 27 | ||
25 | EXTRA_OECONF = "--enable-vt" | 28 | EXTRA_OECONF = "--enable-vt" |