summaryrefslogtreecommitdiffstats
path: root/meta/packages/db
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-07 14:56:03 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-07 14:56:03 +0000
commit9153c1709f11bcf38831a1f2d399a5d22f935b2f (patch)
tree4b121e07806f2c02f029739b2312dcee4bc0b3c8 /meta/packages/db
parent4ab9c749a05a501200755f63d7e153e6bfab9b51 (diff)
downloadpoky-9153c1709f11bcf38831a1f2d399a5d22f935b2f.tar.gz
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
Diffstat (limited to 'meta/packages/db')
-rw-r--r--meta/packages/db/db-native_4.2.52.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/db/db-native_4.2.52.bb b/meta/packages/db/db-native_4.2.52.bb
index 12a875ff13..5d2e294a8f 100644
--- a/meta/packages/db/db-native_4.2.52.bb
+++ b/meta/packages/db/db-native_4.2.52.bb
@@ -6,8 +6,8 @@ VIRTUAL_NAME = "virtual/db-native"
6CONFLICTS = "db3-native" 6CONFLICTS = "db3-native"
7#PR tracks the non-native package 7#PR tracks the non-native package
8 8
9inherit native
10
11require db_${PV}.bb 9require db_${PV}.bb
12 10
11inherit native
12
13PACKAGES = "" 13PACKAGES = ""