]> code.ossystems Code Review - openembedded-core.git/commitdiff
db-native: Fix inherit order (native after autotools)
authorRichard Purdie <richard@openedhand.com>
Tue, 7 Aug 2007 14:56:03 +0000 (14:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 7 Aug 2007 14:56:03 +0000 (14:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2378 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/db/db-native_4.2.52.bb

index 12a875ff131fb594a3e724bd6ba4a9bda44ee187..5d2e294a8f4d3fe0a2470974594ad12be606e69f 100644 (file)
@@ -6,8 +6,8 @@ VIRTUAL_NAME = "virtual/db-native"
 CONFLICTS = "db3-native"
 #PR tracks the non-native package
 
-inherit native
-
 require db_${PV}.bb
 
+inherit native
+
 PACKAGES = ""