diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-08 11:54:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-15 00:50:13 +0100 |
commit | fbf760ce9dad0e7e028d1eee16e082f6c2f82021 (patch) | |
tree | 0a39d5243c11ee348ede9bd1eff0ac5bc6233a7e | |
parent | cbd7025530add28ba6203ae011c41ee5bb2ccace (diff) |
shr.conf: blacklist update-alternatives except opkg implementation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/shr.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 74526d0296..5417f5b06d 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -47,6 +47,8 @@ INHERIT += "angstrom" ANGSTROM_BLACKLIST_pn-bluez-libs = "bluez-libs 3.x has been replaced by bluez4" ANGSTROM_BLACKLIST_pn-bluez-utils = "bluez-utils 3.x has been replaced by bluez4" ANGSTROM_BLACKLIST_pn-atd = "atd has been replaced by atd-over-fso" +ANGSTROM_BLACKLIST_pn-update-alternatives-cworth-native = "update-alternatives-cworth-native has been replaced by opkg implementation of u-a script" +ANGSTROM_BLACKLIST_pn-update-alternatives-cworth = "update-alternatives-cworth has been replaced by opkg implementation of u-a script" CVS_TARBALL_STASH += "http://build.shr-project.org/sources/" |