summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-02 10:40:51 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-02 10:40:51 +0000
commitf823872ce06ebc29d0eefb1b1286ec8f761b69e9 (patch)
tree11f0a4182eab60026d99ee771639ebd6392be62f
parent1a5b55f63b511a2f90cfc18cc73b3d1af1ae32fa (diff)
downloadopenembedded-f823872ce06ebc29d0eefb1b1286ec8f761b69e9.tar.gz
packaged-staging.bbclass: update BUGS and TODO
-rw-r--r--classes/packaged-staging.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index 21361bb854..bae87a39eb 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -6,15 +6,10 @@
# INHERIT += "packaged-staging"
#
-
# BUGS:
# * does not distinguish between -native, -cross and other packages
-# * is oblivious to CROSSDIR
-# * breaks when a recipe needs stuff from STAGING_DIR to be present during do_stage, broken behaviour IMO
-# * same goes for CROSS_DIR
# TODO:
-# * also make packages for CROSSDIR
# * also build a feed for native and cross packages
# * make package detection a bit smarter (search for compatible archs)
# * make do_clean clean staging as well