task-openmoko: split out -debug and -native-sdk tasks into own recipes
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 20 Aug 2007 11:12:37 +0000 (11:12 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 20 Aug 2007 11:12:37 +0000 (11:12 +0000)
packages/tasks/task-openmoko-debug.bb [new file with mode: 0644]
packages/tasks/task-openmoko-native-sdk.bb [new file with mode: 0644]
packages/tasks/task-openmoko.bb

diff --git a/packages/tasks/task-openmoko-debug.bb b/packages/tasks/task-openmoko-debug.bb
new file mode 100644 (file)
index 0000000..44a70b2
--- /dev/null
@@ -0,0 +1,37 @@
+DESCRIPTION = "OpenMoko: Debugging Tools"
+SECTION = "openmoko/base"
+LICENSE = "MIT"
+PR = "r57"
+
+ALLOW_EMPTY = "1"
+PACKAGE_ARCH = "all"
+
+RDEPENDS_task-openmoko-debug = "\
+  alsa-utils-amixer \
+  alsa-utils-aplay \
+  alsa-utils-aconnect \
+  alsa-utils-alsamixer \
+  alsa-utils-speakertest \
+  madplay \
+  vorbis-tools \
+  strace \
+  ltrace \
+  gdb \
+  gdbserver \
+  tcpdump \
+  tslib-calibrate \
+  tslib-tests \
+  fbgrab \
+  fstests \
+  lsof \
+  lrzsz \
+  udev-utils \
+  usbutils \
+  uucp \
+  cu \
+#  sensors-i2cdetect sensors-i2cdump sensors-i2cset \
+  xev \
+  bonnie++ \
+  memtester \
+  dbench \
+"
diff --git a/packages/tasks/task-openmoko-native-sdk.bb b/packages/tasks/task-openmoko-native-sdk.bb
new file mode 100644 (file)
index 0000000..7de4751
--- /dev/null
@@ -0,0 +1,42 @@
+DESCRIPTION = "OpenMoko: Native SDK"
+SECTION = "openmoko/base"
+LICENSE = "MIT"
+PR = "r58"
+
+ALLOW_EMPTY = "1"
+PACKAGE_ARCH = "all"
+
+RDEPENDS_task-openmoko-native-sdk = "\
+  binutils \
+  binutils-symlinks \
+  gcc \
+  gcc-symlinks \
+  cpp \
+  cpp-symlinks \
+  cvs \
+  libc6-dev \
+  libgcc-dev \
+  glibc-utils \
+  ldd \
+  g++ \
+  g++-symlinks \
+  libstdc++-dev \
+  \
+  make \
+  flex \
+  flex-dev \
+  bison \
+  gawk \
+  grep \
+  sed \
+  automake \
+  autoconf \
+  patch \
+  patchutils \
+  diffstat \
+  diffutils \
+  libtool \
+  pkgconfig \
+  \
+  xoo \
+"
index a7739d8..9e5942c 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "OpenMoko: Tasks for the OpenMoko Linux Distribution"
 SECTION = "openmoko/base"
 LICENSE = "MIT"
 PROVIDES = "task-openmoko-everything"
-PR = "r57"
+PR = "r58"
 
 ALLOW_EMPTY = "1"
 PACKAGE_ARCH = "all"
@@ -17,12 +17,14 @@ PACKAGES = "\
   \
   task-openmoko-games \
   task-openmoko-examples \
+"
+
+RDEPENDS_task-openmoko-everything := "\
+  ${PACKAGES} \
   task-openmoko-debug \
   task-openmoko-native-sdk \
 "
 
-RDEPENDS_task-openmoko-everything := "${PACKAGES}"
-
 #
 # task-openmoko-core
 #