blob: 9dfcd1e2677ea88bed5fe6f3ba65564a0e7d1065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
require db_${PV}.bb
inherit native
|