[oe-commits] Simon Busch : palmpre: remove unused components

git version control git at git.openembedded.org
Thu May 5 10:43:11 UTC 2011


Module: openembedded.git
Branch: aldot/fixes
Commit: 33ca9bebacad352437884027981d2374258819e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=33ca9bebacad352437884027981d2374258819e5

Author: Simon Busch <morphis at gravedo.de>
Date:   Sat Apr 30 13:18:52 2011 +0200

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 at gravedo.de>

---

 conf/machine/include/palmpre.inc                  |    1 -
 recipes/palmpre/palmpre-system-deps-native_git.bb |   12 ------------
 recipes/palmpre/tellbootie_git.bb                 |   14 --------------
 3 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/conf/machine/include/palmpre.inc b/conf/machine/include/palmpre.inc
index 3132ba8..64f2ebd 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 1f907c9..0000000
--- 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 at 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 65c0cd6..0000000
--- 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 at 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





More information about the Openembedded-commits mailing list