diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-24 09:38:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-24 09:39:15 +0200 |
commit | 5ff203d2a623aeca47015e1729c5d6297702bdd3 (patch) | |
tree | bcef2b1c0f343edbd5ea5429bc3ae163f4e4f91f | |
parent | 11709741b33dfbd73176e02d1a09f7945ae007f0 (diff) |
angstrom: add ipkg to blacklist
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 84e80968a8..e81808656a 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -147,6 +147,8 @@ ANGSTROM_BLACKLIST_pn-bluez-utils = "bluez-utils 3.x has been replaced by bluez4 ANGSTROM_BLACKLIST_pn-fso-apm = "regular apmd is good enough" +ANGSTROM_BLACKLIST_pn-ipkg = "ipkg has been superseded by opkg" + require conf/distro/include/angstrom.inc # Set DISTRO_FEED_CONFIGS to our config var, assigned in the above .inc |