]> code.ossystems Code Review - openembedded-core.git/commit
createrepo-c: fix createrepo-c failed in nativesdk
authorhongxu <hongxu.jia@windriver.com>
Wed, 4 Aug 2021 13:08:35 +0000 (21:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Aug 2021 07:51:17 +0000 (08:51 +0100)
commit54368f1b02e1ac4aa068515730a8c8bcd3683eb3
tree4c4a329fee1fcd3b943871ba5bef919885d7d065
parent41bff44bd26c09573eb3139bb6735e5ecfda18b7
createrepo-c: fix createrepo-c failed in nativesdk

In sdk, call createrepo-c failed with:
...
$ createrepo_c --update ./test_repo/rpm
Directory walk started Critical: Failed to detect compression for file
./test_repo/rpm/cortexa72/hello-2.10-r0.cortexa72.rpm: magic_load() failed: could not find any valid magic files!
...

Since commit [ea666fbc74 createrepo-c: set path to magic database for
native and nativesdk] applied, the MAGIC is incorrectly assigned.

The variable datadir will be expanded automatically for nativesdk,
do not need to add prefix ${SDKPATHNATIVE} to MAGIC

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/createrepo-c/createrepo-c_0.17.4.bb