diff options
| author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2012-08-02 10:49:06 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-02 18:07:18 +0100 |
| commit | c4a7517f8ae6e176a0b8e59b1176cf65bb45aa78 (patch) | |
| tree | 2f98f236b29aaa23042909924010eac8ba1f9d01 | |
| parent | 9461854a3cf64a1d8fbf0248140d91bbd0a8e054 (diff) | |
| download | poky-c4a7517f8ae6e176a0b8e59b1176cf65bb45aa78.tar.gz | |
Complete recipe enablement
RP: The list of recipes in multilib.conf needs to go away and we need
to just be able to extend all recipes with the multilib class.
Tested by building and running lib32-core-image-sato-sdk.
[YOCTO #1563]
(From OE-Core rev: 5d691f1bc95dfb9109b07827b33957b1fa5b2fa4)
Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/multilib.bbclass | 3 | ||||
| -rw-r--r-- | meta/conf/multilib.conf | 742 |
2 files changed, 4 insertions, 741 deletions
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index b92a3ff295..b1a593e222 100644 --- a/meta/classes/multilib.bbclass +++ b/meta/classes/multilib.bbclass | |||
| @@ -15,6 +15,9 @@ python multilib_virtclass_handler () { | |||
| 15 | e.data.setVar("PN", variant + "-" + e.data.getVar("PN", False)) | 15 | e.data.setVar("PN", variant + "-" + e.data.getVar("PN", False)) |
| 16 | return | 16 | return |
| 17 | 17 | ||
| 18 | if bb.data.inherits_class('native', e.data): | ||
| 19 | raise bb.parse.SkipPackage("We can't extend native recipes") | ||
| 20 | |||
| 18 | save_var_name=e.data.getVar("MULTILIB_SAVE_VARNAME", True) or "" | 21 | save_var_name=e.data.getVar("MULTILIB_SAVE_VARNAME", True) or "" |
| 19 | for name in save_var_name.split(): | 22 | for name in save_var_name.split(): |
| 20 | val=e.data.getVar(name, True) | 23 | val=e.data.getVar(name, True) |
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 6a3fa54769..ea5ed71a99 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf | |||
| @@ -12,744 +12,4 @@ STAGING_DIR_TARGET = "${STAGING_DIR}/${MLPREFIX}${MACHINE}" | |||
| 12 | 12 | ||
| 13 | INHERIT += "multilib_global" | 13 | INHERIT += "multilib_global" |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND_append_pn-abiword-embedded = " ${MULTILIBS}" | 15 | BBCLASSEXTEND_append = " ${MULTILIBS}" |
| 16 | BBCLASSEXTEND_append_pn-abiword = " ${MULTILIBS}" | ||
| 17 | BBCLASSEXTEND_append_pn-acl = " ${MULTILIBS}" | ||
| 18 | BBCLASSEXTEND_append_pn-acpid = " ${MULTILIBS}" | ||
| 19 | BBCLASSEXTEND_append_pn-adt-installer = " ${MULTILIBS}" | ||
| 20 | BBCLASSEXTEND_append_pn-alsa-lib = " ${MULTILIBS}" | ||
| 21 | BBCLASSEXTEND_append_pn-alsa-state = " ${MULTILIBS}" | ||
| 22 | BBCLASSEXTEND_append_pn-alsa-tools = " ${MULTILIBS}" | ||
| 23 | BBCLASSEXTEND_append_pn-alsa-utils = " ${MULTILIBS}" | ||
| 24 | BBCLASSEXTEND_append_pn-apmd = " ${MULTILIBS}" | ||
| 25 | BBCLASSEXTEND_append_pn-apr = " ${MULTILIBS}" | ||
| 26 | BBCLASSEXTEND_append_pn-apr-util = " ${MULTILIBS}" | ||
| 27 | BBCLASSEXTEND_append_pn-apt = " ${MULTILIBS}" | ||
| 28 | BBCLASSEXTEND_append_pn-aspell = " ${MULTILIBS}" | ||
| 29 | BBCLASSEXTEND_append_pn-atk = " ${MULTILIBS}" | ||
| 30 | BBCLASSEXTEND_append_pn-at = " ${MULTILIBS}" | ||
| 31 | BBCLASSEXTEND_append_pn-attr = " ${MULTILIBS}" | ||
| 32 | BBCLASSEXTEND_append_pn-augeas = " ${MULTILIBS}" | ||
| 33 | BBCLASSEXTEND_append_pn-autoconf = " ${MULTILIBS}" | ||
| 34 | BBCLASSEXTEND_append_pn-automake = " ${MULTILIBS}" | ||
| 35 | BBCLASSEXTEND_append_pn-avahi = " ${MULTILIBS}" | ||
| 36 | BBCLASSEXTEND_append_pn-avahi-ui = " ${MULTILIBS}" | ||
| 37 | BBCLASSEXTEND_append_pn-base-files = " ${MULTILIBS}" | ||
| 38 | BBCLASSEXTEND_append_pn-base-passwd = " ${MULTILIBS}" | ||
| 39 | BBCLASSEXTEND_append_pn-bash = " ${MULTILIBS}" | ||
| 40 | BBCLASSEXTEND_append_pn-bc = " ${MULTILIBS}" | ||
| 41 | BBCLASSEXTEND_append_pn-beagleboard-audio = " ${MULTILIBS}" | ||
| 42 | BBCLASSEXTEND_append_pn-beecrypt = " ${MULTILIBS}" | ||
| 43 | BBCLASSEXTEND_append_pn-bigreqsproto = " ${MULTILIBS}" | ||
| 44 | BBCLASSEXTEND_append_pn-bind = " ${MULTILIBS}" | ||
| 45 | BBCLASSEXTEND_append_pn-binutils-cross-canadian = " ${MULTILIBS}" | ||
| 46 | BBCLASSEXTEND_append_pn-binutils-cross = " ${MULTILIBS}" | ||
| 47 | BBCLASSEXTEND_append_pn-binutils = " ${MULTILIBS}" | ||
| 48 | BBCLASSEXTEND_append_pn-bison = " ${MULTILIBS}" | ||
| 49 | BBCLASSEXTEND_append_pn-blktool = " ${MULTILIBS}" | ||
| 50 | BBCLASSEXTEND_append_pn-blktrace = " ${MULTILIBS}" | ||
| 51 | BBCLASSEXTEND_append_pn-bluez4 = " ${MULTILIBS}" | ||
| 52 | BBCLASSEXTEND_append_pn-bluez-hcidump = " ${MULTILIBS}" | ||
| 53 | BBCLASSEXTEND_append_pn-boost = " ${MULTILIBS}" | ||
| 54 | BBCLASSEXTEND_append_pn-btrfs-tools = " ${MULTILIBS}" | ||
| 55 | BBCLASSEXTEND_append_pn-builder = " ${MULTILIBS}" | ||
| 56 | BBCLASSEXTEND_append_pn-busybox = " ${MULTILIBS}" | ||
| 57 | BBCLASSEXTEND_append_pn-byacc = " ${MULTILIBS}" | ||
| 58 | BBCLASSEXTEND_append_pn-bzip2 = " ${MULTILIBS}" | ||
| 59 | BBCLASSEXTEND_append_pn-cairo = " ${MULTILIBS}" | ||
| 60 | BBCLASSEXTEND_append_pn-calibrateproto = " ${MULTILIBS}" | ||
| 61 | BBCLASSEXTEND_append_pn-ccache = " ${MULTILIBS}" | ||
| 62 | BBCLASSEXTEND_append_pn-chkconfig = " ${MULTILIBS}" | ||
| 63 | BBCLASSEXTEND_append_pn-chrpath = " ${MULTILIBS}" | ||
| 64 | BBCLASSEXTEND_append_pn-claws-mail = " ${MULTILIBS}" | ||
| 65 | BBCLASSEXTEND_append_pn-claws-plugin-gtkhtml2-viewer = " ${MULTILIBS}" | ||
| 66 | BBCLASSEXTEND_append_pn-claws-plugin-maildir = " ${MULTILIBS}" | ||
| 67 | BBCLASSEXTEND_append_pn-claws-plugin-mailmbox = " ${MULTILIBS}" | ||
| 68 | BBCLASSEXTEND_append_pn-claws-plugin-rssyl = " ${MULTILIBS}" | ||
| 69 | BBCLASSEXTEND_append_pn-clipboard-manager = " ${MULTILIBS}" | ||
| 70 | BBCLASSEXTEND_append_pn-clutter-1.8 = " ${MULTILIBS}" | ||
| 71 | BBCLASSEXTEND_append_pn-clutter-box2d = " ${MULTILIBS}" | ||
| 72 | BBCLASSEXTEND_append_pn-clutter-gst-1.8 = " ${MULTILIBS}" | ||
| 73 | BBCLASSEXTEND_append_pn-clutter-gtk-1.8 = " ${MULTILIBS}" | ||
| 74 | BBCLASSEXTEND_append_pn-clutter = " ${MULTILIBS}" | ||
| 75 | BBCLASSEXTEND_append_pn-cmake = " ${MULTILIBS}" | ||
| 76 | BBCLASSEXTEND_append_pn-cogl = " ${MULTILIBS}" | ||
| 77 | BBCLASSEXTEND_append_pn-compositeproto = " ${MULTILIBS}" | ||
| 78 | BBCLASSEXTEND_append_pn-connman-gnome = " ${MULTILIBS}" | ||
| 79 | BBCLASSEXTEND_append_pn-connman = " ${MULTILIBS}" | ||
| 80 | BBCLASSEXTEND_append_pn-consolekit = " ${MULTILIBS}" | ||
| 81 | BBCLASSEXTEND_append_pn-console-tools = " ${MULTILIBS}" | ||
| 82 | BBCLASSEXTEND_append_pn-contacts = " ${MULTILIBS}" | ||
| 83 | BBCLASSEXTEND_append_pn-core-image-base = " ${MULTILIBS}" | ||
| 84 | BBCLASSEXTEND_append_pn-core-image-basic = " ${MULTILIBS}" | ||
| 85 | BBCLASSEXTEND_append_pn-core-image-clutter = " ${MULTILIBS}" | ||
| 86 | BBCLASSEXTEND_append_pn-core-image-core = " ${MULTILIBS}" | ||
| 87 | BBCLASSEXTEND_append_pn-core-image-gtk-directfb = " ${MULTILIBS}" | ||
| 88 | BBCLASSEXTEND_append_pn-core-image-lsb-dev = " ${MULTILIBS}" | ||
| 89 | BBCLASSEXTEND_append_pn-core-image-lsb = " ${MULTILIBS}" | ||
| 90 | BBCLASSEXTEND_append_pn-core-image-lsb-sdk = " ${MULTILIBS}" | ||
| 91 | BBCLASSEXTEND_append_pn-core-image-minimal-dev = " ${MULTILIBS}" | ||
| 92 | BBCLASSEXTEND_append_pn-core-image-minimal-initramfs = " ${MULTILIBS}" | ||
| 93 | BBCLASSEXTEND_append_pn-core-image-minimal-mtdutils = " ${MULTILIBS}" | ||
| 94 | BBCLASSEXTEND_append_pn-core-image-minimal = " ${MULTILIBS}" | ||
| 95 | BBCLASSEXTEND_append_pn-core-image-rt = " ${MULTILIBS}" | ||
| 96 | BBCLASSEXTEND_append_pn-core-image-rt-sdk = " ${MULTILIBS}" | ||
| 97 | BBCLASSEXTEND_append_pn-core-image-sato-dev = " ${MULTILIBS}" | ||
| 98 | BBCLASSEXTEND_append_pn-core-image-sato = " ${MULTILIBS}" | ||
| 99 | BBCLASSEXTEND_append_pn-core-image-sato-sdk = " ${MULTILIBS}" | ||
| 100 | BBCLASSEXTEND_append_pn-coreutils = " ${MULTILIBS}" | ||
| 101 | BBCLASSEXTEND_append_pn-cpio = " ${MULTILIBS}" | ||
| 102 | BBCLASSEXTEND_append_pn-cracklib = " ${MULTILIBS}" | ||
| 103 | BBCLASSEXTEND_append_pn-createrepo = " ${MULTILIBS}" | ||
| 104 | BBCLASSEXTEND_append_pn-cronie = " ${MULTILIBS}" | ||
| 105 | BBCLASSEXTEND_append_pn-cups = " ${MULTILIBS}" | ||
| 106 | BBCLASSEXTEND_append_pn-curl = " ${MULTILIBS}" | ||
| 107 | BBCLASSEXTEND_append_pn-cwautomacros = " ${MULTILIBS}" | ||
| 108 | BBCLASSEXTEND_append_pn-damageproto = " ${MULTILIBS}" | ||
| 109 | BBCLASSEXTEND_append_pn-dates = " ${MULTILIBS}" | ||
| 110 | BBCLASSEXTEND_append_pn-db = " ${MULTILIBS}" | ||
| 111 | BBCLASSEXTEND_append_pn-dbus-glib = " ${MULTILIBS}" | ||
| 112 | BBCLASSEXTEND_append_pn-dbus = " ${MULTILIBS}" | ||
| 113 | BBCLASSEXTEND_append_pn-dbus-wait = " ${MULTILIBS}" | ||
| 114 | BBCLASSEXTEND_append_pn-dhcp = " ${MULTILIBS}" | ||
| 115 | BBCLASSEXTEND_append_pn-diffstat = " ${MULTILIBS}" | ||
| 116 | BBCLASSEXTEND_append_pn-diffutils = " ${MULTILIBS}" | ||
| 117 | BBCLASSEXTEND_append_pn-directfb-examples = " ${MULTILIBS}" | ||
| 118 | BBCLASSEXTEND_append_pn-directfb = " ${MULTILIBS}" | ||
| 119 | BBCLASSEXTEND_append_pn-distcc = " ${MULTILIBS}" | ||
| 120 | BBCLASSEXTEND_append_pn-dmxproto = " ${MULTILIBS}" | ||
| 121 | BBCLASSEXTEND_append_pn-dosfstools = " ${MULTILIBS}" | ||
| 122 | BBCLASSEXTEND_append_pn-dpkg = " ${MULTILIBS}" | ||
| 123 | BBCLASSEXTEND_append_pn-dri2proto = " ${MULTILIBS}" | ||
| 124 | BBCLASSEXTEND_append_pn-dropbear = " ${MULTILIBS}" | ||
| 125 | BBCLASSEXTEND_append_pn-dtc = " ${MULTILIBS}" | ||
| 126 | BBCLASSEXTEND_append_pn-e2fsprogs = " ${MULTILIBS}" | ||
| 127 | BBCLASSEXTEND_append_pn-ed = " ${MULTILIBS}" | ||
| 128 | BBCLASSEXTEND_append_pn-evolution-data-server = " ${MULTILIBS}" | ||
| 129 | BBCLASSEXTEND_append_pn-eee-acpi-scripts = " ${MULTILIBS}" | ||
| 130 | BBCLASSEXTEND_append_pn-eglibc-initial = " ${MULTILIBS}" | ||
| 131 | BBCLASSEXTEND_append_pn-eglibc-locale = " ${MULTILIBS}" | ||
| 132 | BBCLASSEXTEND_append_pn-eglibc = " ${MULTILIBS}" | ||
| 133 | BBCLASSEXTEND_append_pn-elfutils = " ${MULTILIBS}" | ||
| 134 | BBCLASSEXTEND_append_pn-empathy = " ${MULTILIBS}" | ||
| 135 | BBCLASSEXTEND_append_pn-enchant = " ${MULTILIBS}" | ||
| 136 | BBCLASSEXTEND_append_pn-encodings = " ${MULTILIBS}" | ||
| 137 | BBCLASSEXTEND_append_pn-epdfview = " ${MULTILIBS}" | ||
| 138 | BBCLASSEXTEND_append_pn-ethtool = " ${MULTILIBS}" | ||
| 139 | BBCLASSEXTEND_append_pn-evieext = " ${MULTILIBS}" | ||
| 140 | BBCLASSEXTEND_append_pn-expat = " ${MULTILIBS}" | ||
| 141 | BBCLASSEXTEND_append_pn-external-csl-toolchain = " ${MULTILIBS}" | ||
| 142 | BBCLASSEXTEND_append_pn-external-poky-toolchain = " ${MULTILIBS}" | ||
| 143 | BBCLASSEXTEND_append_pn-external-python-tarball = " ${MULTILIBS}" | ||
| 144 | BBCLASSEXTEND_append_pn-farsight2 = " ${MULTILIBS}" | ||
| 145 | BBCLASSEXTEND_append_pn-file = " ${MULTILIBS}" | ||
| 146 | BBCLASSEXTEND_append_pn-findutils = " ${MULTILIBS}" | ||
| 147 | BBCLASSEXTEND_append_pn-fixesproto = " ${MULTILIBS}" | ||
| 148 | BBCLASSEXTEND_append_pn-flac = " ${MULTILIBS}" | ||
| 149 | BBCLASSEXTEND_append_pn-flex = " ${MULTILIBS}" | ||
| 150 | BBCLASSEXTEND_append_pn-font-alias = " ${MULTILIBS}" | ||
| 151 | BBCLASSEXTEND_append_pn-fontcacheproto = " ${MULTILIBS}" | ||
| 152 | BBCLASSEXTEND_append_pn-fontconfig = " ${MULTILIBS}" | ||
| 153 | BBCLASSEXTEND_append_pn-fontsproto = " ${MULTILIBS}" | ||
| 154 | BBCLASSEXTEND_append_pn-font-util = " ${MULTILIBS}" | ||
| 155 | BBCLASSEXTEND_append_pn-foomatic-filters = " ${MULTILIBS}" | ||
| 156 | BBCLASSEXTEND_append_pn-formfactor = " ${MULTILIBS}" | ||
| 157 | BBCLASSEXTEND_append_pn-fotowall = " ${MULTILIBS}" | ||
| 158 | BBCLASSEXTEND_append_pn-freetype = " ${MULTILIBS}" | ||
| 159 | BBCLASSEXTEND_append_pn-fstests = " ${MULTILIBS}" | ||
| 160 | BBCLASSEXTEND_append_pn-gail = " ${MULTILIBS}" | ||
| 161 | BBCLASSEXTEND_append_pn-gaku = " ${MULTILIBS}" | ||
| 162 | BBCLASSEXTEND_append_pn-galago-daemon = " ${MULTILIBS}" | ||
| 163 | BBCLASSEXTEND_append_pn-gamin = " ${MULTILIBS}" | ||
| 164 | BBCLASSEXTEND_append_pn-gawk = " ${MULTILIBS}" | ||
| 165 | BBCLASSEXTEND_append_pn-gcalctool = " ${MULTILIBS}" | ||
| 166 | BBCLASSEXTEND_append_pn-gcc-cross-canadian = " ${MULTILIBS}" | ||
| 167 | BBCLASSEXTEND_append_pn-gcc-cross-initial = " ${MULTILIBS}" | ||
| 168 | BBCLASSEXTEND_append_pn-gcc-cross-intermediate = " ${MULTILIBS}" | ||
| 169 | BBCLASSEXTEND_append_pn-gcc-cross = " ${MULTILIBS}" | ||
| 170 | BBCLASSEXTEND_append_pn-gcc-crosssdk-initial = " ${MULTILIBS}" | ||
| 171 | BBCLASSEXTEND_append_pn-gcc-crosssdk-intermediate = " ${MULTILIBS}" | ||
| 172 | BBCLASSEXTEND_append_pn-gccmakedep = " ${MULTILIBS}" | ||
| 173 | BBCLASSEXTEND_append_pn-gcc = " ${MULTILIBS}" | ||
| 174 | BBCLASSEXTEND_append_pn-gcc-runtime = " ${MULTILIBS}" | ||
| 175 | BBCLASSEXTEND_append_pn-gconf = " ${MULTILIBS}" | ||
| 176 | BBCLASSEXTEND_append_pn-gdb-cross-canadian = " ${MULTILIBS}" | ||
| 177 | BBCLASSEXTEND_append_pn-gdb-cross = " ${MULTILIBS}" | ||
| 178 | BBCLASSEXTEND_append_pn-gdbm = " ${MULTILIBS}" | ||
| 179 | BBCLASSEXTEND_append_pn-gdb = " ${MULTILIBS}" | ||
| 180 | BBCLASSEXTEND_append_pn-gdk-pixbuf = " ${MULTILIBS}" | ||
| 181 | BBCLASSEXTEND_append_pn-genext2fs = " ${MULTILIBS}" | ||
| 182 | BBCLASSEXTEND_append_pn-gettext = " ${MULTILIBS}" | ||
| 183 | BBCLASSEXTEND_append_pn-ghostscript = " ${MULTILIBS}" | ||
| 184 | BBCLASSEXTEND_append_pn-git = " ${MULTILIBS}" | ||
| 185 | BBCLASSEXTEND_append_pn-glew = " ${MULTILIBS}" | ||
| 186 | BBCLASSEXTEND_append_pn-glib-2.0 = " ${MULTILIBS}" | ||
| 187 | BBCLASSEXTEND_append_pn-glib-networking = " ${MULTILIBS}" | ||
| 188 | BBCLASSEXTEND_append_pn-glproto = " ${MULTILIBS}" | ||
| 189 | BBCLASSEXTEND_append_pn-gmp = " ${MULTILIBS}" | ||
| 190 | BBCLASSEXTEND_append_pn-gnome-common = " ${MULTILIBS}" | ||
| 191 | BBCLASSEXTEND_append_pn-gnome-desktop = " ${MULTILIBS}" | ||
| 192 | BBCLASSEXTEND_append_pn-gnome-doc-utils = " ${MULTILIBS}" | ||
| 193 | BBCLASSEXTEND_append_pn-gnome-icon-theme = " ${MULTILIBS}" | ||
| 194 | BBCLASSEXTEND_append_pn-gnome-keyring = " ${MULTILIBS}" | ||
| 195 | BBCLASSEXTEND_append_pn-gnome-mime-data = " ${MULTILIBS}" | ||
| 196 | BBCLASSEXTEND_append_pn-gnome-settings-daemon = " ${MULTILIBS}" | ||
| 197 | BBCLASSEXTEND_append_pn-gnome-terminal = " ${MULTILIBS}" | ||
| 198 | BBCLASSEXTEND_append_pn-gnu-config = " ${MULTILIBS}" | ||
| 199 | BBCLASSEXTEND_append_pn-gnupg = " ${MULTILIBS}" | ||
| 200 | BBCLASSEXTEND_append_pn-gnutls = " ${MULTILIBS}" | ||
| 201 | BBCLASSEXTEND_append_pn-gperf = " ${MULTILIBS}" | ||
| 202 | BBCLASSEXTEND_append_pn-gpgme = " ${MULTILIBS}" | ||
| 203 | BBCLASSEXTEND_append_pn-grep = " ${MULTILIBS}" | ||
| 204 | BBCLASSEXTEND_append_pn-groff = " ${MULTILIBS}" | ||
| 205 | BBCLASSEXTEND_append_pn-grub = " ${MULTILIBS}" | ||
| 206 | BBCLASSEXTEND_append_pn-gssdp = " ${MULTILIBS}" | ||
| 207 | BBCLASSEXTEND_append_pn-gst-ffmpeg = " ${MULTILIBS}" | ||
| 208 | BBCLASSEXTEND_append_pn-gst-fluendo-mp3 = " ${MULTILIBS}" | ||
| 209 | BBCLASSEXTEND_append_pn-gst-fluendo-mpegdemux = " ${MULTILIBS}" | ||
| 210 | BBCLASSEXTEND_append_pn-gst-meta-base = " ${MULTILIBS}" | ||
| 211 | BBCLASSEXTEND_append_pn-gst-openmax = " ${MULTILIBS}" | ||
| 212 | BBCLASSEXTEND_append_pn-gst-plugin-bluetooth = " ${MULTILIBS}" | ||
| 213 | BBCLASSEXTEND_append_pn-gst-plugins-bad = " ${MULTILIBS}" | ||
| 214 | BBCLASSEXTEND_append_pn-gst-plugins-base = " ${MULTILIBS}" | ||
| 215 | BBCLASSEXTEND_append_pn-gst-plugins-good = " ${MULTILIBS}" | ||
| 216 | BBCLASSEXTEND_append_pn-gst-plugins-ugly = " ${MULTILIBS}" | ||
| 217 | BBCLASSEXTEND_append_pn-gstreamer = " ${MULTILIBS}" | ||
| 218 | BBCLASSEXTEND_append_pn-gthumb = " ${MULTILIBS}" | ||
| 219 | BBCLASSEXTEND_append_pn-gtk-doc = " ${MULTILIBS}" | ||
| 220 | BBCLASSEXTEND_append_pn-gtk-engines = " ${MULTILIBS}" | ||
| 221 | BBCLASSEXTEND_append_pn-gtkhtml2 = " ${MULTILIBS}" | ||
| 222 | BBCLASSEXTEND_append_pn-gtk+ = " ${MULTILIBS}" | ||
| 223 | BBCLASSEXTEND_append_pn-gtk-sato-engine = " ${MULTILIBS}" | ||
| 224 | BBCLASSEXTEND_append_pn-gtk-theme-torturer = " ${MULTILIBS}" | ||
| 225 | BBCLASSEXTEND_append_pn-gupnp-av = " ${MULTILIBS}" | ||
| 226 | BBCLASSEXTEND_append_pn-gupnp = " ${MULTILIBS}" | ||
| 227 | BBCLASSEXTEND_append_pn-gupnp-tools = " ${MULTILIBS}" | ||
| 228 | BBCLASSEXTEND_append_pn-gypsy = " ${MULTILIBS}" | ||
| 229 | BBCLASSEXTEND_append_pn-gzip = " ${MULTILIBS}" | ||
| 230 | BBCLASSEXTEND_append_pn-hdparm = " ${MULTILIBS}" | ||
| 231 | BBCLASSEXTEND_append_pn-hello-mod = " ${MULTILIBS}" | ||
| 232 | BBCLASSEXTEND_append_pn-hicolor-icon-theme = " ${MULTILIBS}" | ||
| 233 | BBCLASSEXTEND_append_pn-hostap-conf = " ${MULTILIBS}" | ||
| 234 | BBCLASSEXTEND_append_pn-hostap-utils = " ${MULTILIBS}" | ||
| 235 | BBCLASSEXTEND_append_pn-icu = " ${MULTILIBS}" | ||
| 236 | BBCLASSEXTEND_append_pn-imake = " ${MULTILIBS}" | ||
| 237 | BBCLASSEXTEND_append_pn-initramfs-boot = " ${MULTILIBS}" | ||
| 238 | BBCLASSEXTEND_append_pn-initramfs-framework = " ${MULTILIBS}" | ||
| 239 | BBCLASSEXTEND_append_pn-initramfs-live-boot = " ${MULTILIBS}" | ||
| 240 | BBCLASSEXTEND_append_pn-initramfs-live-install = " ${MULTILIBS}" | ||
| 241 | BBCLASSEXTEND_append_pn-initscripts = " ${MULTILIBS}" | ||
| 242 | BBCLASSEXTEND_append_pn-inputproto = " ${MULTILIBS}" | ||
| 243 | BBCLASSEXTEND_append_pn-insserv = " ${MULTILIBS}" | ||
| 244 | BBCLASSEXTEND_append_pn-intltool = " ${MULTILIBS}" | ||
| 245 | BBCLASSEXTEND_append_pn-iproute2 = " ${MULTILIBS}" | ||
| 246 | BBCLASSEXTEND_append_pn-iptables = " ${MULTILIBS}" | ||
| 247 | BBCLASSEXTEND_append_pn-iputils = " ${MULTILIBS}" | ||
| 248 | BBCLASSEXTEND_append_pn-irda-utils = " ${MULTILIBS}" | ||
| 249 | BBCLASSEXTEND_append_pn-iso-codes = " ${MULTILIBS}" | ||
| 250 | BBCLASSEXTEND_append_pn-jpeg = " ${MULTILIBS}" | ||
| 251 | BBCLASSEXTEND_append_pn-js = " ${MULTILIBS}" | ||
| 252 | BBCLASSEXTEND_append_pn-json-glib = " ${MULTILIBS}" | ||
| 253 | BBCLASSEXTEND_append_pn-kbd = " ${MULTILIBS}" | ||
| 254 | BBCLASSEXTEND_append_pn-kbproto = " ${MULTILIBS}" | ||
| 255 | BBCLASSEXTEND_append_pn-kernelshark = " ${MULTILIBS}" | ||
| 256 | BBCLASSEXTEND_append_pn-kexec-tools = " ${MULTILIBS}" | ||
| 257 | BBCLASSEXTEND_append_pn-keymaps = " ${MULTILIBS}" | ||
| 258 | BBCLASSEXTEND_append_pn-kf = " ${MULTILIBS}" | ||
| 259 | BBCLASSEXTEND_append_pn-lame = " ${MULTILIBS}" | ||
| 260 | BBCLASSEXTEND_append_pn-latencytop = " ${MULTILIBS}" | ||
| 261 | BBCLASSEXTEND_append_pn-leafpad = " ${MULTILIBS}" | ||
| 262 | BBCLASSEXTEND_append_pn-less = " ${MULTILIBS}" | ||
| 263 | BBCLASSEXTEND_append_pn-liba52 = " ${MULTILIBS}" | ||
| 264 | BBCLASSEXTEND_append_pn-libacpi = " ${MULTILIBS}" | ||
| 265 | BBCLASSEXTEND_append_pn-libaio = " ${MULTILIBS}" | ||
| 266 | BBCLASSEXTEND_append_pn-libarchive = " ${MULTILIBS}" | ||
| 267 | BBCLASSEXTEND_append_pn-libart-lgpl = " ${MULTILIBS}" | ||
| 268 | BBCLASSEXTEND_append_pn-libassuan = " ${MULTILIBS}" | ||
| 269 | BBCLASSEXTEND_append_pn-libatomics-ops = " ${MULTILIBS}" | ||
| 270 | BBCLASSEXTEND_append_pn-libcanberra = " ${MULTILIBS}" | ||
| 271 | BBCLASSEXTEND_append_pn-libcap = " ${MULTILIBS}" | ||
| 272 | BBCLASSEXTEND_append_pn-libcheck = " ${MULTILIBS}" | ||
| 273 | BBCLASSEXTEND_append_pn-libconvert-asn1-perl = " ${MULTILIBS}" | ||
| 274 | BBCLASSEXTEND_append_pn-libcroco = " ${MULTILIBS}" | ||
| 275 | BBCLASSEXTEND_append_pn-libdaemon = " ${MULTILIBS}" | ||
| 276 | BBCLASSEXTEND_append_pn-libdmx = " ${MULTILIBS}" | ||
| 277 | BBCLASSEXTEND_append_pn-libdrm = " ${MULTILIBS}" | ||
| 278 | BBCLASSEXTEND_append_pn-liberation-fonts = " ${MULTILIBS}" | ||
| 279 | BBCLASSEXTEND_append_pn-libetpan = " ${MULTILIBS}" | ||
| 280 | BBCLASSEXTEND_append_pn-libevent = " ${MULTILIBS}" | ||
| 281 | BBCLASSEXTEND_append_pn-libexif = " ${MULTILIBS}" | ||
| 282 | BBCLASSEXTEND_append_pn-libfakekey = " ${MULTILIBS}" | ||
| 283 | BBCLASSEXTEND_append_pn-libffi = " ${MULTILIBS}" | ||
| 284 | BBCLASSEXTEND_append_pn-libfm = " ${MULTILIBS}" | ||
| 285 | BBCLASSEXTEND_append_pn-libfontenc = " ${MULTILIBS}" | ||
| 286 | BBCLASSEXTEND_append_pn-libfribidi = " ${MULTILIBS}" | ||
| 287 | BBCLASSEXTEND_append_pn-libgalago = " ${MULTILIBS}" | ||
| 288 | BBCLASSEXTEND_append_pn-libgcc = " ${MULTILIBS}" | ||
| 289 | BBCLASSEXTEND_append_pn-libgcrypt = " ${MULTILIBS}" | ||
| 290 | BBCLASSEXTEND_append_pn-libgdata = " ${MULTILIBS}" | ||
| 291 | BBCLASSEXTEND_append_pn-libgdbus = " ${MULTILIBS}" | ||
| 292 | BBCLASSEXTEND_append_pn-libglade = " ${MULTILIBS}" | ||
| 293 | BBCLASSEXTEND_append_pn-libgnomecanvas = " ${MULTILIBS}" | ||
| 294 | BBCLASSEXTEND_append_pn-libgnomekbd = " ${MULTILIBS}" | ||
| 295 | BBCLASSEXTEND_append_pn-libgnome-keyring = " ${MULTILIBS}" | ||
| 296 | BBCLASSEXTEND_append_pn-libgpg-error = " ${MULTILIBS}" | ||
| 297 | BBCLASSEXTEND_append_pn-libgsf = " ${MULTILIBS}" | ||
| 298 | BBCLASSEXTEND_append_pn-libgtkstylus = " ${MULTILIBS}" | ||
| 299 | BBCLASSEXTEND_append_pn-libical = " ${MULTILIBS}" | ||
| 300 | BBCLASSEXTEND_append_pn-libice = " ${MULTILIBS}" | ||
| 301 | BBCLASSEXTEND_append_pn-libiconv = " ${MULTILIBS}" | ||
| 302 | BBCLASSEXTEND_append_pn-libid3tag = " ${MULTILIBS}" | ||
| 303 | BBCLASSEXTEND_append_pn-libidn = " ${MULTILIBS}" | ||
| 304 | BBCLASSEXTEND_append_pn-libjson = " ${MULTILIBS}" | ||
| 305 | BBCLASSEXTEND_append_pn-libksba = " ${MULTILIBS}" | ||
| 306 | BBCLASSEXTEND_append_pn-liblbxutil = " ${MULTILIBS}" | ||
| 307 | BBCLASSEXTEND_append_pn-libmad = " ${MULTILIBS}" | ||
| 308 | BBCLASSEXTEND_append_pn-libmatchbox = " ${MULTILIBS}" | ||
| 309 | BBCLASSEXTEND_append_pn-libmpc = " ${MULTILIBS}" | ||
| 310 | BBCLASSEXTEND_append_pn-libmusicbrainz = " ${MULTILIBS}" | ||
| 311 | BBCLASSEXTEND_append_pn-libnewt = " ${MULTILIBS}" | ||
| 312 | BBCLASSEXTEND_append_pn-libnfsidmap = " ${MULTILIBS}" | ||
| 313 | BBCLASSEXTEND_append_pn-libnice = " ${MULTILIBS}" | ||
| 314 | BBCLASSEXTEND_append_pn-libnl = " ${MULTILIBS}" | ||
| 315 | BBCLASSEXTEND_append_pn-libnss-mdns = " ${MULTILIBS}" | ||
| 316 | BBCLASSEXTEND_append_pn-libogg = " ${MULTILIBS}" | ||
| 317 | BBCLASSEXTEND_append_pn-liboil = " ${MULTILIBS}" | ||
| 318 | BBCLASSEXTEND_append_pn-libomxil = " ${MULTILIBS}" | ||
| 319 | BBCLASSEXTEND_append_pn-libopensync = " ${MULTILIBS}" | ||
| 320 | BBCLASSEXTEND_append_pn-libopensync-plugin-evolution2 = " ${MULTILIBS}" | ||
| 321 | BBCLASSEXTEND_append_pn-libopensync-plugin-file = " ${MULTILIBS}" | ||
| 322 | BBCLASSEXTEND_append_pn-libopensync-plugin-google-calendar = " ${MULTILIBS}" | ||
| 323 | BBCLASSEXTEND_append_pn-libopensync-plugin-irmc = " ${MULTILIBS}" | ||
| 324 | BBCLASSEXTEND_append_pn-libopensync-plugin-syncml = " ${MULTILIBS}" | ||
| 325 | BBCLASSEXTEND_append_pn-libopensync-plugin-vformat = " ${MULTILIBS}" | ||
| 326 | BBCLASSEXTEND_append_pn-libowl-av = " ${MULTILIBS}" | ||
| 327 | BBCLASSEXTEND_append_pn-libowl = " ${MULTILIBS}" | ||
| 328 | BBCLASSEXTEND_append_pn-libpam = " ${MULTILIBS}" | ||
| 329 | BBCLASSEXTEND_append_pn-libpcap = " ${MULTILIBS}" | ||
| 330 | BBCLASSEXTEND_append_pn-libpciaccess = " ${MULTILIBS}" | ||
| 331 | BBCLASSEXTEND_append_pn-libpcre = " ${MULTILIBS}" | ||
| 332 | BBCLASSEXTEND_append_pn-libpng = " ${MULTILIBS}" | ||
| 333 | BBCLASSEXTEND_append_pn-libproxy = " ${MULTILIBS}" | ||
| 334 | BBCLASSEXTEND_append_pn-libpthread-stubs = " ${MULTILIBS}" | ||
| 335 | BBCLASSEXTEND_append_pn-librsvg = " ${MULTILIBS}" | ||
| 336 | BBCLASSEXTEND_append_pn-libsamplerate0 = " ${MULTILIBS}" | ||
| 337 | BBCLASSEXTEND_append_pn-libsdl = " ${MULTILIBS}" | ||
| 338 | BBCLASSEXTEND_append_pn-libsm = " ${MULTILIBS}" | ||
| 339 | BBCLASSEXTEND_append_pn-libsndfile1 = " ${MULTILIBS}" | ||
| 340 | BBCLASSEXTEND_append_pn-libsoup-2.4 = " ${MULTILIBS}" | ||
| 341 | BBCLASSEXTEND_append_pn-libsoup = " ${MULTILIBS}" | ||
| 342 | BBCLASSEXTEND_append_pn-libsyncml = " ${MULTILIBS}" | ||
| 343 | BBCLASSEXTEND_append_pn-libsync = " ${MULTILIBS}" | ||
| 344 | BBCLASSEXTEND_append_pn-libtasn1 = " ${MULTILIBS}" | ||
| 345 | BBCLASSEXTEND_append_pn-libtelepathy = " ${MULTILIBS}" | ||
| 346 | BBCLASSEXTEND_append_pn-libtheora = " ${MULTILIBS}" | ||
| 347 | BBCLASSEXTEND_append_pn-libtimedate-perl = " ${MULTILIBS}" | ||
| 348 | BBCLASSEXTEND_append_pn-libtirpc = " ${MULTILIBS}" | ||
| 349 | BBCLASSEXTEND_append_pn-libtool-cross = " ${MULTILIBS}" | ||
| 350 | BBCLASSEXTEND_append_pn-libtool = " ${MULTILIBS}" | ||
| 351 | BBCLASSEXTEND_append_pn-libunique = " ${MULTILIBS}" | ||
| 352 | BBCLASSEXTEND_append_pn-liburcu = " ${MULTILIBS}" | ||
| 353 | BBCLASSEXTEND_append_pn-liburi-perl = " ${MULTILIBS}" | ||
| 354 | BBCLASSEXTEND_append_pn-libusb1 = " ${MULTILIBS}" | ||
| 355 | BBCLASSEXTEND_append_pn-libusb-compat = " ${MULTILIBS}" | ||
| 356 | BBCLASSEXTEND_append_pn-libuser = " ${MULTILIBS}" | ||
| 357 | BBCLASSEXTEND_append_pn-libvorbis = " ${MULTILIBS}" | ||
| 358 | BBCLASSEXTEND_append_pn-libx11-diet = " ${MULTILIBS}" | ||
| 359 | BBCLASSEXTEND_append_pn-libx11 = " ${MULTILIBS}" | ||
| 360 | BBCLASSEXTEND_append_pn-libx11-trim = " ${MULTILIBS}" | ||
| 361 | BBCLASSEXTEND_append_pn-libxau = " ${MULTILIBS}" | ||
| 362 | BBCLASSEXTEND_append_pn-libxaw = " ${MULTILIBS}" | ||
| 363 | BBCLASSEXTEND_append_pn-libxcalibrate = " ${MULTILIBS}" | ||
| 364 | BBCLASSEXTEND_append_pn-libxcb = " ${MULTILIBS}" | ||
| 365 | BBCLASSEXTEND_append_pn-libxcomposite = " ${MULTILIBS}" | ||
| 366 | BBCLASSEXTEND_append_pn-libxcursor = " ${MULTILIBS}" | ||
| 367 | BBCLASSEXTEND_append_pn-libxdamage = " ${MULTILIBS}" | ||
| 368 | BBCLASSEXTEND_append_pn-libxdmcp = " ${MULTILIBS}" | ||
| 369 | BBCLASSEXTEND_append_pn-libxevie = " ${MULTILIBS}" | ||
| 370 | BBCLASSEXTEND_append_pn-libxext = " ${MULTILIBS}" | ||
| 371 | BBCLASSEXTEND_append_pn-libxfixes = " ${MULTILIBS}" | ||
| 372 | BBCLASSEXTEND_append_pn-libxfontcache = " ${MULTILIBS}" | ||
| 373 | BBCLASSEXTEND_append_pn-libxfont = " ${MULTILIBS}" | ||
| 374 | BBCLASSEXTEND_append_pn-libxft = " ${MULTILIBS}" | ||
| 375 | BBCLASSEXTEND_append_pn-libxi = " ${MULTILIBS}" | ||
| 376 | BBCLASSEXTEND_append_pn-libxinerama = " ${MULTILIBS}" | ||
| 377 | BBCLASSEXTEND_append_pn-libxkbfile = " ${MULTILIBS}" | ||
| 378 | BBCLASSEXTEND_append_pn-libxkbui = " ${MULTILIBS}" | ||
| 379 | BBCLASSEXTEND_append_pn-libxklavier = " ${MULTILIBS}" | ||
| 380 | BBCLASSEXTEND_append_pn-libxml2 = " ${MULTILIBS}" | ||
| 381 | BBCLASSEXTEND_append_pn-libxml-namespacesupport-perl = " ${MULTILIBS}" | ||
| 382 | BBCLASSEXTEND_append_pn-libxml-parser-perl = " ${MULTILIBS}" | ||
| 383 | BBCLASSEXTEND_append_pn-libxml-perl = " ${MULTILIBS}" | ||
| 384 | BBCLASSEXTEND_append_pn-libxml-sax-perl = " ${MULTILIBS}" | ||
| 385 | BBCLASSEXTEND_append_pn-libxml-simple-perl = " ${MULTILIBS}" | ||
| 386 | BBCLASSEXTEND_append_pn-libxmu = " ${MULTILIBS}" | ||
| 387 | BBCLASSEXTEND_append_pn-libxpm = " ${MULTILIBS}" | ||
| 388 | BBCLASSEXTEND_append_pn-libxp = " ${MULTILIBS}" | ||
| 389 | BBCLASSEXTEND_append_pn-libxprintapputil = " ${MULTILIBS}" | ||
| 390 | BBCLASSEXTEND_append_pn-libxprintutil = " ${MULTILIBS}" | ||
| 391 | BBCLASSEXTEND_append_pn-libxrandr = " ${MULTILIBS}" | ||
| 392 | BBCLASSEXTEND_append_pn-libxrender = " ${MULTILIBS}" | ||
| 393 | BBCLASSEXTEND_append_pn-libxres = " ${MULTILIBS}" | ||
| 394 | BBCLASSEXTEND_append_pn-libxscrnsaver = " ${MULTILIBS}" | ||
| 395 | BBCLASSEXTEND_append_pn-libxsettings-client = " ${MULTILIBS}" | ||
| 396 | BBCLASSEXTEND_append_pn-libxslt = " ${MULTILIBS}" | ||
| 397 | BBCLASSEXTEND_append_pn-libxt = " ${MULTILIBS}" | ||
| 398 | BBCLASSEXTEND_append_pn-libxtrap = " ${MULTILIBS}" | ||
| 399 | BBCLASSEXTEND_append_pn-libxtst = " ${MULTILIBS}" | ||
| 400 | BBCLASSEXTEND_append_pn-libxvmc = " ${MULTILIBS}" | ||
| 401 | BBCLASSEXTEND_append_pn-libxv = " ${MULTILIBS}" | ||
| 402 | BBCLASSEXTEND_append_pn-libxxf86dga = " ${MULTILIBS}" | ||
| 403 | BBCLASSEXTEND_append_pn-libxxf86misc = " ${MULTILIBS}" | ||
| 404 | BBCLASSEXTEND_append_pn-libxxf86vm = " ${MULTILIBS}" | ||
| 405 | BBCLASSEXTEND_append_pn-libzypp = " ${MULTILIBS}" | ||
| 406 | BBCLASSEXTEND_append_pn-lighttpd = " ${MULTILIBS}" | ||
| 407 | BBCLASSEXTEND_append_pn-linux-dummy = " ${MULTILIBS}" | ||
| 408 | BBCLASSEXTEND_append_pn-linux-firmware = " ${MULTILIBS}" | ||
| 409 | BBCLASSEXTEND_append_pn-linux-libc-headers = " ${MULTILIBS}" | ||
| 410 | BBCLASSEXTEND_append_pn-linux-libc-headers-yocto = " ${MULTILIBS}" | ||
| 411 | BBCLASSEXTEND_append_pn-linux-yocto = " ${MULTILIBS}" | ||
| 412 | BBCLASSEXTEND_append_pn-linux-yocto-rt = " ${MULTILIBS}" | ||
| 413 | BBCLASSEXTEND_append_pn-linux-yocto-tiny = " ${MULTILIBS}" | ||
| 414 | BBCLASSEXTEND_append_pn-logrotate = " ${MULTILIBS}" | ||
| 415 | BBCLASSEXTEND_append_pn-loudmouth = " ${MULTILIBS}" | ||
| 416 | BBCLASSEXTEND_append_pn-lrzsz = " ${MULTILIBS}" | ||
| 417 | BBCLASSEXTEND_append_pn-lsb = " ${MULTILIBS}" | ||
| 418 | BBCLASSEXTEND_append_pn-lsbsetup = " ${MULTILIBS}" | ||
| 419 | BBCLASSEXTEND_append_pn-lsbtest = " ${MULTILIBS}" | ||
| 420 | BBCLASSEXTEND_append_pn-lsbinitscripts = " ${MULTILIBS}" | ||
| 421 | BBCLASSEXTEND_append_pn-lsof = " ${MULTILIBS}" | ||
| 422 | BBCLASSEXTEND_append_pn-ltp = " ${MULTILIBS}" | ||
| 423 | BBCLASSEXTEND_append_pn-lttng-control = " ${MULTILIBS}" | ||
| 424 | BBCLASSEXTEND_append_pn-lttng-ust = " ${MULTILIBS}" | ||
| 425 | BBCLASSEXTEND_append_pn-lttng-viewer = " ${MULTILIBS}" | ||
| 426 | BBCLASSEXTEND_append_pn-lzo = " ${MULTILIBS}" | ||
| 427 | BBCLASSEXTEND_append_pn-lzop = " ${MULTILIBS}" | ||
| 428 | BBCLASSEXTEND_append_pn-m4 = " ${MULTILIBS}" | ||
| 429 | BBCLASSEXTEND_append_pn-mailx = " ${MULTILIBS}" | ||
| 430 | BBCLASSEXTEND_append_pn-makedepend = " ${MULTILIBS}" | ||
| 431 | BBCLASSEXTEND_append_pn-makedevs = " ${MULTILIBS}" | ||
| 432 | BBCLASSEXTEND_append_pn-make = " ${MULTILIBS}" | ||
| 433 | BBCLASSEXTEND_append_pn-man = " ${MULTILIBS}" | ||
| 434 | BBCLASSEXTEND_append_pn-man-pages = " ${MULTILIBS}" | ||
| 435 | BBCLASSEXTEND_append_pn-matchbox-config-gtk = " ${MULTILIBS}" | ||
| 436 | BBCLASSEXTEND_append_pn-matchbox-desktop = " ${MULTILIBS}" | ||
| 437 | BBCLASSEXTEND_append_pn-matchbox-desktop-sato = " ${MULTILIBS}" | ||
| 438 | BBCLASSEXTEND_append_pn-matchbox-keyboard = " ${MULTILIBS}" | ||
| 439 | BBCLASSEXTEND_append_pn-matchbox-panel-2 = " ${MULTILIBS}" | ||
| 440 | BBCLASSEXTEND_append_pn-matchbox-session = " ${MULTILIBS}" | ||
| 441 | BBCLASSEXTEND_append_pn-matchbox-session-sato = " ${MULTILIBS}" | ||
| 442 | BBCLASSEXTEND_append_pn-matchbox-stroke = " ${MULTILIBS}" | ||
| 443 | BBCLASSEXTEND_append_pn-matchbox-terminal = " ${MULTILIBS}" | ||
| 444 | BBCLASSEXTEND_append_pn-matchbox-theme-sato-2 = " ${MULTILIBS}" | ||
| 445 | BBCLASSEXTEND_append_pn-matchbox-theme-sato = " ${MULTILIBS}" | ||
| 446 | BBCLASSEXTEND_append_pn-matchbox-themes-extra = " ${MULTILIBS}" | ||
| 447 | BBCLASSEXTEND_append_pn-matchbox-themes-gtk = " ${MULTILIBS}" | ||
| 448 | BBCLASSEXTEND_append_pn-matchbox-wm-2 = " ${MULTILIBS}" | ||
| 449 | BBCLASSEXTEND_append_pn-matchbox-wm = " ${MULTILIBS}" | ||
| 450 | BBCLASSEXTEND_append_pn-mc = " ${MULTILIBS}" | ||
| 451 | BBCLASSEXTEND_append_pn-mdadm = " ${MULTILIBS}" | ||
| 452 | BBCLASSEXTEND_append_pn-menu-cache = " ${MULTILIBS}" | ||
| 453 | BBCLASSEXTEND_append_pn-mesa-demos = " ${MULTILIBS}" | ||
| 454 | BBCLASSEXTEND_append_pn-mesa-dri = " ${MULTILIBS}" | ||
| 455 | BBCLASSEXTEND_append_pn-mesa-xlib = " ${MULTILIBS}" | ||
| 456 | BBCLASSEXTEND_append_pn-metacity = " ${MULTILIBS}" | ||
| 457 | BBCLASSEXTEND_append_pn-meta-environment = " ${MULTILIBS}" | ||
| 458 | BBCLASSEXTEND_append_pn-meta-ide-support = " ${MULTILIBS}" | ||
| 459 | BBCLASSEXTEND_append_pn-meta-toolchain-gmae = " ${MULTILIBS}" | ||
| 460 | BBCLASSEXTEND_append_pn-meta-toolchain = " ${MULTILIBS}" | ||
| 461 | BBCLASSEXTEND_append_pn-meta-toolchain-qte = " ${MULTILIBS}" | ||
| 462 | BBCLASSEXTEND_append_pn-mingetty = " ${MULTILIBS}" | ||
| 463 | BBCLASSEXTEND_append_pn-minicom = " ${MULTILIBS}" | ||
| 464 | BBCLASSEXTEND_append_pn-mini-x-session = " ${MULTILIBS}" | ||
| 465 | BBCLASSEXTEND_append_pn-mkfontdir = " ${MULTILIBS}" | ||
| 466 | BBCLASSEXTEND_append_pn-mkfontscale = " ${MULTILIBS}" | ||
| 467 | BBCLASSEXTEND_append_pn-mktemp = " ${MULTILIBS}" | ||
| 468 | BBCLASSEXTEND_append_pn-mobile-broadband-provider-info = " ${MULTILIBS}" | ||
| 469 | BBCLASSEXTEND_append_pn-module-init-tools-cross = " ${MULTILIBS}" | ||
| 470 | BBCLASSEXTEND_append_pn-module-init-tools = " ${MULTILIBS}" | ||
| 471 | BBCLASSEXTEND_append_pn-kmod = " ${MULTILIBS}" | ||
| 472 | BBCLASSEXTEND_append_pn-modutils-initscripts = " ${MULTILIBS}" | ||
| 473 | BBCLASSEXTEND_append_pn-mpeg2dec = " ${MULTILIBS}" | ||
| 474 | BBCLASSEXTEND_append_pn-mpfr = " ${MULTILIBS}" | ||
| 475 | BBCLASSEXTEND_append_pn-msmtp = " ${MULTILIBS}" | ||
| 476 | BBCLASSEXTEND_append_pn-msynctool = " ${MULTILIBS}" | ||
| 477 | BBCLASSEXTEND_append_pn-mtd-utils = " ${MULTILIBS}" | ||
| 478 | BBCLASSEXTEND_append_pn-mtools = " ${MULTILIBS}" | ||
| 479 | BBCLASSEXTEND_append_pn-mutter = " ${MULTILIBS}" | ||
| 480 | BBCLASSEXTEND_append_pn-mx = " ${MULTILIBS}" | ||
| 481 | BBCLASSEXTEND_append_pn-nasm = " ${MULTILIBS}" | ||
| 482 | BBCLASSEXTEND_append_pn-ncurses = " ${MULTILIBS}" | ||
| 483 | BBCLASSEXTEND_append_pn-neon = " ${MULTILIBS}" | ||
| 484 | BBCLASSEXTEND_append_pn-netbase = " ${MULTILIBS}" | ||
| 485 | BBCLASSEXTEND_append_pn-net-tools = " ${MULTILIBS}" | ||
| 486 | BBCLASSEXTEND_append_pn-nfs-utils = " ${MULTILIBS}" | ||
| 487 | BBCLASSEXTEND_append_pn-ocf-linux = " ${MULTILIBS}" | ||
| 488 | BBCLASSEXTEND_append_pn-ofono = " ${MULTILIBS}" | ||
| 489 | BBCLASSEXTEND_append_pn-oh-puzzles = " ${MULTILIBS}" | ||
| 490 | BBCLASSEXTEND_append_pn-openobex = " ${MULTILIBS}" | ||
| 491 | BBCLASSEXTEND_append_pn-opensp = " ${MULTILIBS}" | ||
| 492 | BBCLASSEXTEND_append_pn-openssh = " ${MULTILIBS}" | ||
| 493 | BBCLASSEXTEND_append_pn-openssl = " ${MULTILIBS}" | ||
| 494 | BBCLASSEXTEND_append_pn-openswan = " ${MULTILIBS}" | ||
| 495 | BBCLASSEXTEND_append_pn-opkg-collateral = " ${MULTILIBS}" | ||
| 496 | BBCLASSEXTEND_append_pn-opkg-config-base = " ${MULTILIBS}" | ||
| 497 | BBCLASSEXTEND_append_pn-opkg = " ${MULTILIBS}" | ||
| 498 | BBCLASSEXTEND_append_pn-opkg-nogpg = " ${MULTILIBS}" | ||
| 499 | BBCLASSEXTEND_append_pn-opkg-utils = " ${MULTILIBS}" | ||
| 500 | BBCLASSEXTEND_append_pn-oprofile = " ${MULTILIBS}" | ||
| 501 | BBCLASSEXTEND_append_pn-oprofileui = " ${MULTILIBS}" | ||
| 502 | BBCLASSEXTEND_append_pn-orinoco-conf = " ${MULTILIBS}" | ||
| 503 | BBCLASSEXTEND_append_pn-owl-video = " ${MULTILIBS}" | ||
| 504 | BBCLASSEXTEND_append_pn-package-index = " ${MULTILIBS}" | ||
| 505 | BBCLASSEXTEND_append_pn-pango = " ${MULTILIBS}" | ||
| 506 | BBCLASSEXTEND_append_pn-parted = " ${MULTILIBS}" | ||
| 507 | BBCLASSEXTEND_append_pn-patch = " ${MULTILIBS}" | ||
| 508 | BBCLASSEXTEND_append_pn-pax = " ${MULTILIBS}" | ||
| 509 | BBCLASSEXTEND_append_pn-pax-utils = " ${MULTILIBS}" | ||
| 510 | BBCLASSEXTEND_append_pn-pciutils = " ${MULTILIBS}" | ||
| 511 | BBCLASSEXTEND_append_pn-pcmanfm = " ${MULTILIBS}" | ||
| 512 | BBCLASSEXTEND_append_pn-pcmciautils = " ${MULTILIBS}" | ||
| 513 | BBCLASSEXTEND_append_pn-perf = " ${MULTILIBS}" | ||
| 514 | BBCLASSEXTEND_append_pn-perl = " ${MULTILIBS}" | ||
| 515 | BBCLASSEXTEND_append_pn-pixman = " ${MULTILIBS}" | ||
| 516 | BBCLASSEXTEND_append_pn-pkgconfig = " ${MULTILIBS}" | ||
| 517 | BBCLASSEXTEND_append_pn-pm-utils = " ${MULTILIBS}" | ||
| 518 | BBCLASSEXTEND_append_pn-pointercal = " ${MULTILIBS}" | ||
| 519 | BBCLASSEXTEND_append_pn-poky-feed-config-opkg = " ${MULTILIBS}" | ||
| 520 | BBCLASSEXTEND_append_pn-polkit-gnome = " ${MULTILIBS}" | ||
| 521 | BBCLASSEXTEND_append_pn-polkit = " ${MULTILIBS}" | ||
| 522 | BBCLASSEXTEND_append_pn-pong-clock = " ${MULTILIBS}" | ||
| 523 | BBCLASSEXTEND_append_pn-poppler-data = " ${MULTILIBS}" | ||
| 524 | BBCLASSEXTEND_append_pn-poppler = " ${MULTILIBS}" | ||
| 525 | BBCLASSEXTEND_append_pn-popt = " ${MULTILIBS}" | ||
| 526 | BBCLASSEXTEND_append_pn-portmap = " ${MULTILIBS}" | ||
| 527 | BBCLASSEXTEND_append_pn-powertop = " ${MULTILIBS}" | ||
| 528 | BBCLASSEXTEND_append_pn-ppp-dialin = " ${MULTILIBS}" | ||
| 529 | BBCLASSEXTEND_append_pn-ppp = " ${MULTILIBS}" | ||
| 530 | BBCLASSEXTEND_append_pn-prelink = " ${MULTILIBS}" | ||
| 531 | BBCLASSEXTEND_append_pn-printproto = " ${MULTILIBS}" | ||
| 532 | BBCLASSEXTEND_append_pn-procps = " ${MULTILIBS}" | ||
| 533 | BBCLASSEXTEND_append_pn-pseudo = " ${MULTILIBS}" | ||
| 534 | BBCLASSEXTEND_append_pn-psmisc = " ${MULTILIBS}" | ||
| 535 | BBCLASSEXTEND_append_pn-psplash = " ${MULTILIBS}" | ||
| 536 | BBCLASSEXTEND_append_pn-pth = " ${MULTILIBS}" | ||
| 537 | BBCLASSEXTEND_append_pn-pulseaudio = " ${MULTILIBS}" | ||
| 538 | BBCLASSEXTEND_append_pn-puzzles = " ${MULTILIBS}" | ||
| 539 | BBCLASSEXTEND_append_pn-python-argparse = " ${MULTILIBS}" | ||
| 540 | BBCLASSEXTEND_append_pn-python-dbus = " ${MULTILIBS}" | ||
| 541 | BBCLASSEXTEND_append_pn-python-gst = " ${MULTILIBS}" | ||
| 542 | BBCLASSEXTEND_append_pn-python-imaging = " ${MULTILIBS}" | ||
| 543 | BBCLASSEXTEND_append_pn-python = " ${MULTILIBS}" | ||
| 544 | BBCLASSEXTEND_append_pn-python-pycairo = " ${MULTILIBS}" | ||
| 545 | BBCLASSEXTEND_append_pn-python-pycurl = " ${MULTILIBS}" | ||
| 546 | BBCLASSEXTEND_append_pn-python-pygobject = " ${MULTILIBS}" | ||
| 547 | BBCLASSEXTEND_append_pn-python-pygtk = " ${MULTILIBS}" | ||
| 548 | BBCLASSEXTEND_append_pn-python-pyrex = " ${MULTILIBS}" | ||
| 549 | BBCLASSEXTEND_append_pn-python-scons = " ${MULTILIBS}" | ||
| 550 | BBCLASSEXTEND_append_pn-python-setuptools = " ${MULTILIBS}" | ||
| 551 | BBCLASSEXTEND_append_pn-qemu-config = " ${MULTILIBS}" | ||
| 552 | BBCLASSEXTEND_append_pn-qemugl = " ${MULTILIBS}" | ||
| 553 | BBCLASSEXTEND_append_pn-qemu = " ${MULTILIBS}" | ||
| 554 | BBCLASSEXTEND_append_pn-qmmp = " ${MULTILIBS}" | ||
| 555 | BBCLASSEXTEND_append_pn-qt4e-demo-image = " ${MULTILIBS}" | ||
| 556 | BBCLASSEXTEND_append_pn-qt4-embedded = " ${MULTILIBS}" | ||
| 557 | BBCLASSEXTEND_append_pn-qt4-graphics-system = " ${MULTILIBS}" | ||
| 558 | BBCLASSEXTEND_append_pn-qt4-x11-free = " ${MULTILIBS}" | ||
| 559 | BBCLASSEXTEND_append_pn-qt-demo-init = " ${MULTILIBS}" | ||
| 560 | BBCLASSEXTEND_append_pn-qt-mobility-embedded = " ${MULTILIBS}" | ||
| 561 | BBCLASSEXTEND_append_pn-qt-mobility-x11 = " ${MULTILIBS}" | ||
| 562 | BBCLASSEXTEND_append_pn-quicky = " ${MULTILIBS}" | ||
| 563 | BBCLASSEXTEND_append_pn-quilt = " ${MULTILIBS}" | ||
| 564 | BBCLASSEXTEND_append_pn-quota = " ${MULTILIBS}" | ||
| 565 | BBCLASSEXTEND_append_pn-randrproto = " ${MULTILIBS}" | ||
| 566 | BBCLASSEXTEND_append_pn-readline = " ${MULTILIBS}" | ||
| 567 | BBCLASSEXTEND_append_pn-recordproto = " ${MULTILIBS}" | ||
| 568 | BBCLASSEXTEND_append_pn-renderproto = " ${MULTILIBS}" | ||
| 569 | BBCLASSEXTEND_append_pn-resolvconf = " ${MULTILIBS}" | ||
| 570 | BBCLASSEXTEND_append_pn-resourceproto = " ${MULTILIBS}" | ||
| 571 | BBCLASSEXTEND_append_pn-rgb = " ${MULTILIBS}" | ||
| 572 | BBCLASSEXTEND_append_pn-rpcbind = " ${MULTILIBS}" | ||
| 573 | BBCLASSEXTEND_append_pn-rpm = " ${MULTILIBS}" | ||
| 574 | BBCLASSEXTEND_append_pn-rsync = " ${MULTILIBS}" | ||
| 575 | BBCLASSEXTEND_append_pn-rt-tests = " ${MULTILIBS}" | ||
| 576 | BBCLASSEXTEND_append_pn-run-postinsts = " ${MULTILIBS}" | ||
| 577 | BBCLASSEXTEND_append_pn-rxvt-unicode = " ${MULTILIBS}" | ||
| 578 | BBCLASSEXTEND_append_pn-sato-icon-theme = " ${MULTILIBS}" | ||
| 579 | BBCLASSEXTEND_append_pn-sato-screenshot = " ${MULTILIBS}" | ||
| 580 | BBCLASSEXTEND_append_pn-sat-solver = " ${MULTILIBS}" | ||
| 581 | BBCLASSEXTEND_append_pn-screen = " ${MULTILIBS}" | ||
| 582 | BBCLASSEXTEND_append_pn-scrnsaverproto = " ${MULTILIBS}" | ||
| 583 | BBCLASSEXTEND_append_pn-sed = " ${MULTILIBS}" | ||
| 584 | BBCLASSEXTEND_append_pn-build-appliance-image = " ${MULTILIBS}" | ||
| 585 | BBCLASSEXTEND_append_pn-service = " ${MULTILIBS}" | ||
| 586 | BBCLASSEXTEND_append_pn-setserial = " ${MULTILIBS}" | ||
| 587 | BBCLASSEXTEND_append_pn-settings-daemon = " ${MULTILIBS}" | ||
| 588 | BBCLASSEXTEND_append_pn-sgml-common = " ${MULTILIBS}" | ||
| 589 | BBCLASSEXTEND_append_pn-shadow = " ${MULTILIBS}" | ||
| 590 | BBCLASSEXTEND_append_pn-shadow-securetty = " ${MULTILIBS}" | ||
| 591 | BBCLASSEXTEND_append_pn-shadow-sysroot = " ${MULTILIBS}" | ||
| 592 | BBCLASSEXTEND_append_pn-shared-mime-info = " ${MULTILIBS}" | ||
| 593 | BBCLASSEXTEND_append_pn-slang = " ${MULTILIBS}" | ||
| 594 | BBCLASSEXTEND_append_pn-socat = " ${MULTILIBS}" | ||
| 595 | BBCLASSEXTEND_append_pn-speex = " ${MULTILIBS}" | ||
| 596 | BBCLASSEXTEND_append_pn-sqlite3 = " ${MULTILIBS}" | ||
| 597 | BBCLASSEXTEND_append_pn-squashfs-tools = " ${MULTILIBS}" | ||
| 598 | BBCLASSEXTEND_append_pn-startup-notification = " ${MULTILIBS}" | ||
| 599 | BBCLASSEXTEND_append_pn-stat = " ${MULTILIBS}" | ||
| 600 | BBCLASSEXTEND_append_pn-strace = " ${MULTILIBS}" | ||
| 601 | BBCLASSEXTEND_append_pn-subversion = " ${MULTILIBS}" | ||
| 602 | BBCLASSEXTEND_append_pn-sudo = " ${MULTILIBS}" | ||
| 603 | BBCLASSEXTEND_append_pn-sysfsutils = " ${MULTILIBS}" | ||
| 604 | BBCLASSEXTEND_append_pn-sysklogd = " ${MULTILIBS}" | ||
| 605 | BBCLASSEXTEND_append_pn-syslinux = " ${MULTILIBS}" | ||
| 606 | BBCLASSEXTEND_append_pn-sysprof = " ${MULTILIBS}" | ||
| 607 | BBCLASSEXTEND_append_pn-sysstat = " ${MULTILIBS}" | ||
| 608 | BBCLASSEXTEND_append_pn-systemtap = " ${MULTILIBS}" | ||
| 609 | BBCLASSEXTEND_append_pn-sysvinit-inittab = " ${MULTILIBS}" | ||
| 610 | BBCLASSEXTEND_append_pn-sysvinit = " ${MULTILIBS}" | ||
| 611 | BBCLASSEXTEND_append_pn-taglib = " ${MULTILIBS}" | ||
| 612 | BBCLASSEXTEND_append_pn-tar = " ${MULTILIBS}" | ||
| 613 | BBCLASSEXTEND_append_pn-task-base = " ${MULTILIBS}" | ||
| 614 | BBCLASSEXTEND_append_pn-task-core-apps-x11-pimlico = " ${MULTILIBS}" | ||
| 615 | BBCLASSEXTEND_append_pn-task-core-basic = " ${MULTILIBS}" | ||
| 616 | BBCLASSEXTEND_append_pn-task-core-boot = " ${MULTILIBS}" | ||
| 617 | BBCLASSEXTEND_append_pn-task-core-clutter = " ${MULTILIBS}" | ||
| 618 | BBCLASSEXTEND_append_pn-task-core-console = " ${MULTILIBS}" | ||
| 619 | BBCLASSEXTEND_append_pn-task-core-gtk-directfb = " ${MULTILIBS}" | ||
| 620 | BBCLASSEXTEND_append_pn-task-core-lsb = " ${MULTILIBS}" | ||
| 621 | BBCLASSEXTEND_append_pn-task-core-nfs = " ${MULTILIBS}" | ||
| 622 | BBCLASSEXTEND_append_pn-task-core-qt = " ${MULTILIBS}" | ||
| 623 | BBCLASSEXTEND_append_pn-task-core-sdk-gmae = " ${MULTILIBS}" | ||
| 624 | BBCLASSEXTEND_append_pn-task-core-sdk = " ${MULTILIBS}" | ||
| 625 | BBCLASSEXTEND_append_pn-task-core-ssh-dropbear = " ${MULTILIBS}" | ||
| 626 | BBCLASSEXTEND_append_pn-task-core-ssh-openssh = " ${MULTILIBS}" | ||
| 627 | BBCLASSEXTEND_append_pn-task-core-tools-debug = " ${MULTILIBS}" | ||
| 628 | BBCLASSEXTEND_append_pn-task-core-tools-profile = " ${MULTILIBS}" | ||
| 629 | BBCLASSEXTEND_append_pn-task-core-tools-testapps = " ${MULTILIBS}" | ||
| 630 | BBCLASSEXTEND_append_pn-task-core-standalone-gmae-sdk-target = " ${MULTILIBS}" | ||
| 631 | BBCLASSEXTEND_append_pn-task-core-standalone-sdk-target = " ${MULTILIBS}" | ||
| 632 | BBCLASSEXTEND_append_pn-task-core-tools = " ${MULTILIBS}" | ||
| 633 | BBCLASSEXTEND_append_pn-task-core-x11-mini = " ${MULTILIBS}" | ||
| 634 | BBCLASSEXTEND_append_pn-task-core-x11 = " ${MULTILIBS}" | ||
| 635 | BBCLASSEXTEND_append_pn-task-core-x11-sato = " ${MULTILIBS}" | ||
| 636 | BBCLASSEXTEND_append_pn-task-cross-canadian = " ${MULTILIBS}" | ||
| 637 | BBCLASSEXTEND_append_pn-task-qt4e = " ${MULTILIBS}" | ||
| 638 | BBCLASSEXTEND_append_pn-task-qte-toolchain-target = " ${MULTILIBS}" | ||
| 639 | BBCLASSEXTEND_append_pn-task-self-hosted = " ${MULTILIBS}" | ||
| 640 | BBCLASSEXTEND_append_pn-tasks = " ${MULTILIBS}" | ||
| 641 | BBCLASSEXTEND_append_pn-tcf-agent = " ${MULTILIBS}" | ||
| 642 | BBCLASSEXTEND_append_pn-tcl = " ${MULTILIBS}" | ||
| 643 | BBCLASSEXTEND_append_pn-tcp-wrappers = " ${MULTILIBS}" | ||
| 644 | BBCLASSEXTEND_append_pn-telepathy-farsight = " ${MULTILIBS}" | ||
| 645 | BBCLASSEXTEND_append_pn-telepathy-gabble = " ${MULTILIBS}" | ||
| 646 | BBCLASSEXTEND_append_pn-telepathy-glib = " ${MULTILIBS}" | ||
| 647 | BBCLASSEXTEND_append_pn-telepathy-idle = " ${MULTILIBS}" | ||
| 648 | BBCLASSEXTEND_append_pn-telepathy-mission-control = " ${MULTILIBS}" | ||
| 649 | BBCLASSEXTEND_append_pn-telepathy-python = " ${MULTILIBS}" | ||
| 650 | BBCLASSEXTEND_append_pn-texi2html = " ${MULTILIBS}" | ||
| 651 | BBCLASSEXTEND_append_pn-texinfo = " ${MULTILIBS}" | ||
| 652 | BBCLASSEXTEND_append_pn-tidy = " ${MULTILIBS}" | ||
| 653 | BBCLASSEXTEND_append_pn-tiff = " ${MULTILIBS}" | ||
| 654 | BBCLASSEXTEND_append_pn-time = " ${MULTILIBS}" | ||
| 655 | BBCLASSEXTEND_append_pn-tinylogin = " ${MULTILIBS}" | ||
| 656 | BBCLASSEXTEND_append_pn-trace-cmd = " ${MULTILIBS}" | ||
| 657 | BBCLASSEXTEND_append_pn-trapproto = " ${MULTILIBS}" | ||
| 658 | BBCLASSEXTEND_append_pn-tremor = " ${MULTILIBS}" | ||
| 659 | BBCLASSEXTEND_append_pn-tslib = " ${MULTILIBS}" | ||
| 660 | BBCLASSEXTEND_append_pn-ttf-bitstream-vera = " ${MULTILIBS}" | ||
| 661 | BBCLASSEXTEND_append_pn-tzdata = " ${MULTILIBS}" | ||
| 662 | BBCLASSEXTEND_append_pn-ubootchart = " ${MULTILIBS}" | ||
| 663 | BBCLASSEXTEND_append_pn-u-boot-mkimage = " ${MULTILIBS}" | ||
| 664 | BBCLASSEXTEND_append_pn-u-boot = " ${MULTILIBS}" | ||
| 665 | BBCLASSEXTEND_append_pn-uclibc-initial = " ${MULTILIBS}" | ||
| 666 | BBCLASSEXTEND_append_pn-uclibc = " ${MULTILIBS}" | ||
| 667 | BBCLASSEXTEND_append_pn-udev-extraconf = " ${MULTILIBS}" | ||
| 668 | BBCLASSEXTEND_append_pn-udev = " ${MULTILIBS}" | ||
| 669 | BBCLASSEXTEND_append_pn-unfs-server = " ${MULTILIBS}" | ||
| 670 | BBCLASSEXTEND_append_pn-unzip = " ${MULTILIBS}" | ||
| 671 | BBCLASSEXTEND_append_pn-update-modules = " ${MULTILIBS}" | ||
| 672 | BBCLASSEXTEND_append_pn-update-rc.d = " ${MULTILIBS}" | ||
| 673 | BBCLASSEXTEND_append_pn-usbinit = " ${MULTILIBS}" | ||
| 674 | BBCLASSEXTEND_append_pn-usbutils = " ${MULTILIBS}" | ||
| 675 | BBCLASSEXTEND_append_pn-useradd-example = " ${MULTILIBS}" | ||
| 676 | BBCLASSEXTEND_append_pn-util-linux = " ${MULTILIBS}" | ||
| 677 | BBCLASSEXTEND_append_pn-util-macros = " ${MULTILIBS}" | ||
| 678 | BBCLASSEXTEND_append_pn-v86d = " ${MULTILIBS}" | ||
| 679 | BBCLASSEXTEND_append_pn-valgrind = " ${MULTILIBS}" | ||
| 680 | BBCLASSEXTEND_append_pn-videoproto = " ${MULTILIBS}" | ||
| 681 | BBCLASSEXTEND_append_pn-vte = " ${MULTILIBS}" | ||
| 682 | BBCLASSEXTEND_append_pn-watchdog = " ${MULTILIBS}" | ||
| 683 | BBCLASSEXTEND_append_pn-wbxml2 = " ${MULTILIBS}" | ||
| 684 | BBCLASSEXTEND_append_pn-webkit-gtk = " ${MULTILIBS}" | ||
| 685 | BBCLASSEXTEND_append_pn-web = " ${MULTILIBS}" | ||
| 686 | BBCLASSEXTEND_append_pn-web-webkit = " ${MULTILIBS}" | ||
| 687 | BBCLASSEXTEND_append_pn-wget = " ${MULTILIBS}" | ||
| 688 | BBCLASSEXTEND_append_pn-which = " ${MULTILIBS}" | ||
| 689 | BBCLASSEXTEND_append_pn-wireless-tools = " ${MULTILIBS}" | ||
| 690 | BBCLASSEXTEND_append_pn-wpa-supplicant = " ${MULTILIBS}" | ||
| 691 | BBCLASSEXTEND_append_pn-wv = " ${MULTILIBS}" | ||
| 692 | BBCLASSEXTEND_append_pn-x11-common = " ${MULTILIBS}" | ||
| 693 | BBCLASSEXTEND_append_pn-x11perf = " ${MULTILIBS}" | ||
| 694 | BBCLASSEXTEND_append_pn-x11vnc = " ${MULTILIBS}" | ||
| 695 | BBCLASSEXTEND_append_pn-xauth = " ${MULTILIBS}" | ||
| 696 | BBCLASSEXTEND_append_pn-xbacklight = " ${MULTILIBS}" | ||
| 697 | BBCLASSEXTEND_append_pn-xcb-proto = " ${MULTILIBS}" | ||
| 698 | BBCLASSEXTEND_append_pn-xcb-util = " ${MULTILIBS}" | ||
| 699 | BBCLASSEXTEND_append_pn-xcmiscproto = " ${MULTILIBS}" | ||
| 700 | BBCLASSEXTEND_append_pn-xcursor-transparent-theme = " ${MULTILIBS}" | ||
| 701 | BBCLASSEXTEND_append_pn-xdg-utils = " ${MULTILIBS}" | ||
| 702 | BBCLASSEXTEND_append_pn-xdpyinfo = " ${MULTILIBS}" | ||
| 703 | BBCLASSEXTEND_append_pn-xev = " ${MULTILIBS}" | ||
| 704 | BBCLASSEXTEND_append_pn-xextproto = " ${MULTILIBS}" | ||
| 705 | BBCLASSEXTEND_append_pn-xeyes = " ${MULTILIBS}" | ||
| 706 | BBCLASSEXTEND_append_pn-xf86bigfontproto = " ${MULTILIBS}" | ||
| 707 | BBCLASSEXTEND_append_pn-xf86dgaproto = " ${MULTILIBS}" | ||
| 708 | BBCLASSEXTEND_append_pn-xf86driproto = " ${MULTILIBS}" | ||
| 709 | BBCLASSEXTEND_append_pn-xf86-input-evdev = " ${MULTILIBS}" | ||
| 710 | BBCLASSEXTEND_append_pn-xf86-input-keyboard = " ${MULTILIBS}" | ||
| 711 | BBCLASSEXTEND_append_pn-xf86-input-mouse = " ${MULTILIBS}" | ||
| 712 | BBCLASSEXTEND_append_pn-xf86-input-synaptics = " ${MULTILIBS}" | ||
| 713 | BBCLASSEXTEND_append_pn-xf86-input-vmmouse = " ${MULTILIBS}" | ||
| 714 | BBCLASSEXTEND_append_pn-xf86miscproto = " ${MULTILIBS}" | ||
| 715 | BBCLASSEXTEND_append_pn-xf86rushproto = " ${MULTILIBS}" | ||
| 716 | BBCLASSEXTEND_append_pn-xf86-video-fbdev = " ${MULTILIBS}" | ||
| 717 | BBCLASSEXTEND_append_pn-xf86-video-intel = " ${MULTILIBS}" | ||
| 718 | BBCLASSEXTEND_append_pn-xf86-video-omapfb = " ${MULTILIBS}" | ||
| 719 | BBCLASSEXTEND_append_pn-xf86-video-vesa = " ${MULTILIBS}" | ||
| 720 | BBCLASSEXTEND_append_pn-xf86-video-vmware = " ${MULTILIBS}" | ||
| 721 | BBCLASSEXTEND_append_pn-xf86vidmodeproto = " ${MULTILIBS}" | ||
| 722 | BBCLASSEXTEND_append_pn-xhost = " ${MULTILIBS}" | ||
| 723 | BBCLASSEXTEND_append_pn-xineramaproto = " ${MULTILIBS}" | ||
| 724 | BBCLASSEXTEND_append_pn-xinetd = " ${MULTILIBS}" | ||
| 725 | BBCLASSEXTEND_append_pn-xinit = " ${MULTILIBS}" | ||
| 726 | BBCLASSEXTEND_append_pn-xkbcomp = " ${MULTILIBS}" | ||
| 727 | BBCLASSEXTEND_append_pn-xkeyboard-config = " ${MULTILIBS}" | ||
| 728 | BBCLASSEXTEND_append_pn-x-load = " ${MULTILIBS}" | ||
| 729 | BBCLASSEXTEND_append_pn-xmodmap = " ${MULTILIBS}" | ||
| 730 | BBCLASSEXTEND_append_pn-xorg-cf-files = " ${MULTILIBS}" | ||
| 731 | BBCLASSEXTEND_append_pn-xorg-minimal-fonts = " ${MULTILIBS}" | ||
| 732 | BBCLASSEXTEND_append_pn-xournal = " ${MULTILIBS}" | ||
| 733 | BBCLASSEXTEND_append_pn-xprop = " ${MULTILIBS}" | ||
| 734 | BBCLASSEXTEND_append_pn-xproto = " ${MULTILIBS}" | ||
| 735 | BBCLASSEXTEND_append_pn-xproxymanagementprotocol = " ${MULTILIBS}" | ||
| 736 | BBCLASSEXTEND_append_pn-xrandr = " ${MULTILIBS}" | ||
| 737 | BBCLASSEXTEND_append_pn-xrdb = " ${MULTILIBS}" | ||
| 738 | BBCLASSEXTEND_append_pn-xrestop = " ${MULTILIBS}" | ||
| 739 | BBCLASSEXTEND_append_pn-xserver-kdrive = " ${MULTILIBS}" | ||
| 740 | BBCLASSEXTEND_append_pn-xserver-nodm-init = " ${MULTILIBS}" | ||
| 741 | BBCLASSEXTEND_append_pn-xserver-xf86-config = " ${MULTILIBS}" | ||
| 742 | BBCLASSEXTEND_append_pn-xserver-xorg-lite = " ${MULTILIBS}" | ||
| 743 | BBCLASSEXTEND_append_pn-xserver-xorg = " ${MULTILIBS}" | ||
| 744 | BBCLASSEXTEND_append_pn-xset = " ${MULTILIBS}" | ||
| 745 | BBCLASSEXTEND_append_pn-xtrans = " ${MULTILIBS}" | ||
| 746 | BBCLASSEXTEND_append_pn-xtscal = " ${MULTILIBS}" | ||
| 747 | BBCLASSEXTEND_append_pn-xvideo-tests = " ${MULTILIBS}" | ||
| 748 | BBCLASSEXTEND_append_pn-xvinfo = " ${MULTILIBS}" | ||
| 749 | BBCLASSEXTEND_append_pn-xwininfo = " ${MULTILIBS}" | ||
| 750 | BBCLASSEXTEND_append_pn-xz = " ${MULTILIBS}" | ||
| 751 | BBCLASSEXTEND_append_pn-zaurusd = " ${MULTILIBS}" | ||
| 752 | BBCLASSEXTEND_append_pn-zeroconf = " ${MULTILIBS}" | ||
| 753 | BBCLASSEXTEND_append_pn-zip = " ${MULTILIBS}" | ||
| 754 | BBCLASSEXTEND_append_pn-zlib = " ${MULTILIBS}" | ||
| 755 | BBCLASSEXTEND_append_pn-zypper = " ${MULTILIBS}" | ||
