diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-01 23:13:51 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-01 23:13:51 +0000 |
commit | fd1b59d24ec77cd92014931428019d7ad512c6f5 (patch) | |
tree | f52be632224b18842c2e7a54a3ffe16628adb913 /classes | |
parent | af726e77f46de25a19533efac94d90a0b6e07e5f (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/12/01 17:13:50-06:00 ti.com!kergoth
Make sdk.oeclass EXCLUDE_FROM_WORLD.
BKrev: 41ae502fRXtnhQso07RD8eaAqSQq0g
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sdk.oeclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/sdk.oeclass b/classes/sdk.oeclass index 14b3c64dcb..bd49c51225 100644 --- a/classes/sdk.oeclass +++ b/classes/sdk.oeclass @@ -1,3 +1,7 @@ +# SDK packages are built either explicitly by the user, +# or indirectly via dependency. No need to be in 'world'. +EXCLUDE_FROM_WORLD = "1" + SDK_NAME = "${TARGET_ARCH}/oe" PACKAGE_ARCH = "${BUILD_ARCH}" |