Wrap file to build 3rd party packages #13702
Unanswered
connectrajeev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using the wrap file to build a couple of 3rd party packages in my build system, however I am getting the following errors while building them.
wrap-file is not applying the patch on the pre-downloaded package, it just untar it and place in inside the folder.
content of my wrap.package file:
[wrap-file]
directory = package
patch_directory = package
lead_directory_missing = true
source_filename = package/source/package-5.1.4-15.tar.gz
source_hash = 5492d74746ede016c191d30348a8f910a6bee6d92ca93099c07a216198330fe5
diff_files = package/patches/package.patch
wrap file is not able to download a rpm from an external website whereas I can download the same rpm using wget on my machine.
https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64/getPackageSource/pcre-8.42-6.el8.src.rpm
I manually downloaded the rpm and placed it in the packagefiles//source/ folder but meson is not able to extract the source out of this downloaded rpm.
Kindly help how can I fix these issues. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions