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 | openembedded-core-9153c1709f11bcf38831a1f2d399a5d22f935b2f.tar.gz openembedded-core-9153c1709f11bcf38831a1f2d399a5d22f935b2f.tar.bz2 openembedded-core-9153c1709f11bcf38831a1f2d399a5d22f935b2f.zip |
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" CONFLICTS = "db3-native" #PR tracks the non-native package -inherit native - require db_${PV}.bb +inherit native + PACKAGES = "" |