diff options
Diffstat (limited to 'conf/distro/shr.conf')
| -rw-r--r-- | conf/distro/shr.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index b99c895dc2..5417f5b06d 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -25,8 +25,8 @@ DISTRO_NAME = "shr" DISTRO_VERSION = "-${DATE}" DISTRO_REVISION = "2" DISTRO_PR = ".4" -#DISTRO_TYPE = "release" -DISTRO_TYPE = "debug" +DISTRO_TYPE = "release" +#DISTRO_TYPE = "debug" DISTRO = "shr" DISTRO_SSH_DAEMON = "openssh" @@ -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/" |
