mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user