summaryrefslogtreecommitdiff
path: root/opie
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 09:31:39 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 09:31:39 +0000
commit5a2e6b9655bae29c711501d3027b7996f4aea28e (patch)
treebb652156e545a6b25978a59dea44b8f9ba64ad61 /opie
parenta7e6ffc36d48d39289f3de179991a82b9d7ba25b (diff)
Move meta-opie and meta-gpe into meta/.
BKrev: 40a5e37blK8OzV0PJSXAPHfC_q-r-g
Diffstat (limited to 'opie')
-rw-r--r--opie/meta-opie.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/opie/meta-opie.oe b/opie/meta-opie.oe
deleted file mode 100644
index 25a880c116..0000000000
--- a/opie/meta-opie.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Meta-package for Opie"
-DEPENDS = "qte-for-opie libqpe-opie libopie2"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-
-def opie_packages(d):
- import oe, os
- files = os.listdir( oe.data.getVar( "TOPDIR", d, True ) )
- pkgs = [ f for f in files if f.startswith( "opie-" ) ]
- return " ".join( pkgs )
-
-OPIE_PACKAGES := "${@opie_packages(d)}"
-
-DEPENDS = "qte-for-opie libqpe-opie libopie2 ${OPIE_PACKAGES}"
-