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