diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-02 02:29:54 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-02 02:29:54 +0000 |
commit | 49adb3bb5622de14e4a977f64444a74e64884ae4 (patch) | |
tree | 4226be74d3271b192adc726c94cee6041540f91a /db | |
parent | 7002655f0cd556908d9c08120e4d2ae5c8c8e884 (diff) |
Override FILESPATH in db3-native to fix patch application issue.
BKrev: 413685a27KQjSkWXpl-fmMrjNMrNvw
Diffstat (limited to 'db')
-rw-r--r-- | db/db3-native_3.2.9.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/db3-native_3.2.9.oe b/db/db3-native_3.2.9.oe index 89fd0e0789..0dd3e7e680 100644 --- a/db/db3-native_3.2.9.oe +++ b/db/db3-native_3.2.9.oe @@ -1,2 +1,5 @@ include db3_${PV}.oe inherit native + +FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/db3-${PV}', '${FILE_DIRNAME}/db3', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" +PACKAGES = "" |