diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-07 14:56:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-07 14:56:03 +0000 |
commit | 9153c1709f11bcf38831a1f2d399a5d22f935b2f (patch) | |
tree | 4b121e07806f2c02f029739b2312dcee4bc0b3c8 /meta/packages/db | |
parent | 4ab9c749a05a501200755f63d7e153e6bfab9b51 (diff) | |
download | poky-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.bb | 4 |
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" | |||
6 | CONFLICTS = "db3-native" | 6 | CONFLICTS = "db3-native" |
7 | #PR tracks the non-native package | 7 | #PR tracks the non-native package |
8 | 8 | ||
9 | inherit native | ||
10 | |||
11 | require db_${PV}.bb | 9 | require db_${PV}.bb |
12 | 10 | ||
11 | inherit native | ||
12 | |||
13 | PACKAGES = "" | 13 | PACKAGES = "" |