diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-05-27 11:36:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-27 11:36:39 +0000 |
commit | aa6c978faf0c3fa7337cd2e23dce1c08899de574 (patch) | |
tree | 5071c8173c1fee41ff1a0bfed217cbd209d56c5e /packages/db/db-native_4.2.52.bb | |
parent | 09b32dc4c385d5097867ba0a3b80e6989f88c221 (diff) |
db: Add 4.2.52 (and a native version). This is known to work better than 4.3 with eds (from poky)
Diffstat (limited to 'packages/db/db-native_4.2.52.bb')
-rw-r--r-- | packages/db/db-native_4.2.52.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/db/db-native_4.2.52.bb b/packages/db/db-native_4.2.52.bb new file mode 100644 index 0000000000..5aaeb4329e --- /dev/null +++ b/packages/db/db-native_4.2.52.bb @@ -0,0 +1,13 @@ +# This wrapper builds a native version of the SleepyCat +# Berkeley DB for those packages which need it (e.g. +# perl). +SECTION = "libs" +VIRTUAL_NAME = "virtual/db-native" +CONFLICTS = "db3-native" +#PR tracks the non-native package + +inherit native + +include db_${PV}.bb + +PACKAGES = "" |