aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/db-native_4.3.29.bb
blob: aac4e2021b24cdeca3994a4daee529f1082dd27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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

require db_${PV}.bb

do_package() {
:
}

PACKAGES = ""