mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 23:12:48 +00: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:
parent
a45581c29f
commit
f790c5892a
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user