diff options
Diffstat (limited to 'meta/recipes-extended/chkconfig')
-rw-r--r-- | meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb index c0f7f1674f..87fa8eb605 100644 --- a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb +++ b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb | |||
@@ -21,7 +21,7 @@ inherit native | |||
21 | # into the sysroot, as we may use them to construct the rootfs. As such, we | 21 | # into the sysroot, as we may use them to construct the rootfs. As such, we |
22 | # only adjust the paths to match the metadata for the target, not native. | 22 | # only adjust the paths to match the metadata for the target, not native. |
23 | obey_variables () { | 23 | obey_variables () { |
24 | sed -i 's,ALTERNATIVES_ROOT,OPKG_OFFLINE_ROOT,' alternatives.c | 24 | sed -i 's,ALTERNATIVES_ROOT,OPKG_OFFLINE_ROOT,' ${S}/alternatives.c |
25 | } | 25 | } |
26 | 26 | ||
27 | do_compile () { | 27 | do_compile () { |