Files
poky/openembedded/packages/db/db-native_4.3.29.bb
Richard Purdie a44b79ae7b Add db 4.3.29
git-svn-id: https://svn.o-hand.com/repos/poky@236 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-01-24 17:28:08 +00:00

14 lines
281 B
BlitzBasic

# 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 = ""