angstrom ipk: fix u-a entries
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
INHERIT += "package_ipk"
|
||||
|
||||
EXTRAOPKGCONFIG = "opkg-config-base angstrom-feed-configs"
|
||||
ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs"
|
||||
|
||||
DISTRO_UPDATE_ALTERNATIVES = "update-alternatives-cworth"
|
||||
EXTRAOPKGCONFIG = "opkg-config-base angstrom-feed-configs"
|
||||
|
||||
DISTRO_UPDATE_ALTERNATIVES = "opkg"
|
||||
|
||||
# we need the same provider for opkg and u-a
|
||||
PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native"
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
|
||||
ANGSTROM_FEED_CONFIGS ?= "zypper"
|
||||
|
||||
INHERIT += "package_rpm"
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ ANGSTROM_URI ?= "http://feeds.angstrom-distribution.org"
|
||||
#Use this variable to select which recipe you want to use to get feed configs (/etc/ipkg/, /etc/apt/sources.list)
|
||||
# usefull for derivative distros and local testing
|
||||
# As this is runtime we can't and won't use virtual/feed-configs
|
||||
ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs"
|
||||
ANGSTROM_FEED_CONFIGS ??= "angstrom-feed-configs"
|
||||
|
||||
#Set the default maintainer to angstrom-dev
|
||||
MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>"
|
||||
|
||||
Reference in New Issue
Block a user