mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +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:
@@ -1,7 +1,7 @@
|
|||||||
require update-alternatives-cworth.inc
|
require update-alternatives-cworth.inc
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
PROVIDES += "virtual/update-alternatives"
|
PROVIDES += "virtual/update-alternatives-native"
|
||||||
|
|
||||||
do_stage () {
|
do_stage () {
|
||||||
install -d ${sbindir} \
|
install -d ${sbindir} \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require update-alternatives-dpkg.inc
|
require update-alternatives-dpkg.inc
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
PROVIDES += "virtual/update-alternatives"
|
PROVIDES += "virtual/update-alternatives-native"
|
||||||
DEPENDS += "perl-native dpkg-native"
|
DEPENDS += "perl-native dpkg-native"
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user