aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-04-30 13:18:52 +0200
committerSimon Busch <morphis@gravedo.de>2011-05-04 23:01:38 +0200
commit33ca9bebacad352437884027981d2374258819e5 (patch)
treee5d5e7b1338363c226fd6f95d3dd42d3b6edb594
parentd03f0be719475d0500ad1d42c01d011a643c8fb9 (diff)
downloadopenembedded-33ca9bebacad352437884027981d2374258819e5.tar.gz
palmpre: remove unused components
* tellbootie: does not work and isn't required for working reboot/shutdown anymore * palmpre-system-deps-native: the required dependencies are now part of the relevant components Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--conf/machine/include/palmpre.inc1
-rw-r--r--recipes/palmpre/palmpre-system-deps-native_git.bb12
-rw-r--r--recipes/palmpre/tellbootie_git.bb14
3 files changed, 0 insertions, 27 deletions
diff --git a/conf/machine/include/palmpre.inc b/conf/machine/include/palmpre.inc
index 3132ba8e8c..64f2ebd1fe 100644
--- a/conf/machine/include/palmpre.inc
+++ b/conf/machine/include/palmpre.inc
@@ -34,7 +34,6 @@ MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa phone blueto
MACHINE_EXTRA_RDEPENDS = " \
tsmd \
read-tokens \
- tellbootie \
lvm2 \
palmpre-audio-scripts \
compat-wireless-2.6-old \
diff --git a/recipes/palmpre/palmpre-system-deps-native_git.bb b/recipes/palmpre/palmpre-system-deps-native_git.bb
deleted file mode 100644
index 1f907c9a59..0000000000
--- a/recipes/palmpre/palmpre-system-deps-native_git.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Important header and vapi files for some programs running on the palmpre machine"
-HOMEPAGE = "http://www.freesmartphone.org"
-AUTHOR = "Simon Busch <morphis@gravedo.de>
-SECTION = "console/utils"
-LICENSE = "GPL"
-PR = "r0"
-
-SRCREV = "93a640dafa8ebebdb1a03f051cb1b566629b227c"
-SRC_URI = "${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master"
-S = "${WORKDIR}/git/palmpre/palmpre-system-deps"
-
-inherit autotools native pkgconfig
diff --git a/recipes/palmpre/tellbootie_git.bb b/recipes/palmpre/tellbootie_git.bb
deleted file mode 100644
index 65c0cd6abb..0000000000
--- a/recipes/palmpre/tellbootie_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Little utility to tell the bootloader of the palmpre to reboot/reset in bootloader mode; palmpre machine specific"
-HOMEPAGE = "http://www.freesmartphone.org"
-AUTHOR = "Simon Busch <morphis@gravedo.de>
-SECTION = "console/utils"
-LICENSE = "GPL"
-PR = "r0"
-
-SRCREV = "93a640dafa8ebebdb1a03f051cb1b566629b227c"
-SRC_URI = "${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master"
-S = "${WORKDIR}/git/palmpre/tellbootie"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-inherit autotools