diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-20 07:59:09 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-20 07:59:09 +0000 |
commit | f1f4c7ddebed08a776117940894d5d8bd022bfb3 (patch) | |
tree | 51727d628aabaa81c73bd4202b42e5b588a5316a /db | |
parent | a14f362e9069bcdaeca68284639a48fcc7bda421 (diff) |
fix db3-native library name
BKrev: 41761acdVjxm31x6ek5857Re9_9wwA
Diffstat (limited to 'db')
-rw-r--r-- | db/db3-native_3.2.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db3-native_3.2.9.oe b/db/db3-native_3.2.9.oe index a3b5436b59..2019c1101e 100644 --- a/db/db3-native_3.2.9.oe +++ b/db/db3-native_3.2.9.oe @@ -1,6 +1,6 @@ SECTION = "libs" -include db3_${PV}.oe inherit native +include db3_${PV}.oe FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/db3-${PV}', '${FILE_DIRNAME}/db3', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" PACKAGES = "" |