Message ID | 20220809114722.1842564-1-changqing.li@windriver.com |
---|---|
State | Accepted, archived |
Commit | 3e18bd4dbddacfd878317ebcf0a039b46d6d6342 |
Headers | show |
Series | apt: fix nativesdk-apt build failure during the second time build | expand |
diff --git a/meta/recipes-devtools/apt/apt_2.4.5.bb b/meta/recipes-devtools/apt/apt_2.4.5.bb index 1d94dd118c..53849f80a3 100644 --- a/meta/recipes-devtools/apt/apt_2.4.5.bb +++ b/meta/recipes-devtools/apt/apt_2.4.5.bb @@ -138,5 +138,5 @@ do_install:append:class-target() { do_install:append() { # Avoid non-reproducible -src package - sed -i -e "s,${B},,g" ${B}/apt-pkg/tagfile-keys.cc + sed -i -e "s,${B}/include/,,g" ${B}/apt-pkg/tagfile-keys.cc }