Files
poky/meta/packages/db/db-native_4.2.52.bb
Richard Purdie 9153c1709f db-native: Fix inherit order (native after autotools)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2378 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-07 14:56:03 +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
require db_${PV}.bb
inherit native
PACKAGES = ""