mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
update-alternatives: -native packages need to depend on virtual/-native version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@746 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require update-alternatives-cworth.inc
|
||||
inherit native
|
||||
|
||||
PROVIDES += "virtual/update-alternatives"
|
||||
PROVIDES += "virtual/update-alternatives-native"
|
||||
|
||||
do_stage () {
|
||||
install -d ${sbindir} \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require update-alternatives-dpkg.inc
|
||||
inherit native
|
||||
|
||||
PROVIDES += "virtual/update-alternatives"
|
||||
PROVIDES += "virtual/update-alternatives-native"
|
||||
DEPENDS += "perl-native dpkg-native"
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user