mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gexiv2: fix buildpath error
adapt 'sed' command to UNPACKDIR changes Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,8 +20,8 @@ RDEPENDS:${PN}-python3 = "${PN}"
|
||||
|
||||
PACKAGE_PREPROCESS_FUNCS += "src_package_preprocess"
|
||||
src_package_preprocess () {
|
||||
# Trim build paths from comments in generated sources to ensure reproducibility
|
||||
sed -i -e "s,${B}/../${BPN}-${PV}/${BPN}/,,g" \
|
||||
# Trim build paths from code in generated sources to ensure reproducibility
|
||||
sed -i -e "s,${B}/../sources/${BP},${TARGET_DBGSRC_DIR},g" \
|
||||
${B}/gexiv2/gexiv2-enums.cpp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user