diff --git a/build_library/torcx_manifest.sh b/build_library/torcx_manifest.sh index c1b7439c9c..0a139144d7 100644 --- a/build_library/torcx_manifest.sh +++ b/build_library/torcx_manifest.sh @@ -30,6 +30,7 @@ function torcx_manifest::add_pkg() { pkg_hash="${1}"; shift cas_digest="${1}"; shift source_package="${1}"; shift + meta_package="${1}"; shift update_default="${1}"; shift local manifest=$(cat "${path}") @@ -39,6 +40,7 @@ function torcx_manifest::add_pkg() { "hash": "${pkg_hash}", "casDigest": "${cas_digest}", "sourcePackage": "${source_package}", + "metaPackage": "${meta_package}", "locations": [] } EOF diff --git a/build_torcx_store b/build_torcx_store index f29cbe7969..9d54259d8a 100755 --- a/build_torcx_store +++ b/build_torcx_store @@ -230,6 +230,7 @@ function torcx_package() { "sha512-${sha512sum}" \ "${digest}" \ "${source_pkg}" \ + "${pkg}" \ "${update_default}" \ "${pkg_locations[@]}" )