summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-19 14:47:32 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-19 14:47:32 +0000
commitd003c7ceaf132ded2b335b00f05bc5023b04c3cd (patch)
tree07eb9fcb9cff8d3627580a5ba44dc71a74eeafaa
parentf21938dfe001bd4573fce53cc1343082f8822d39 (diff)
parent56217c4daf17fc2c2868c422dec6dd75e0354403 (diff)
merge of 1e94290a7ac169e4fd602f3ed164e96332ec1c9f
and ab3a01a7cf345a0c6ee0f26d5c46b43fd46da4b1
-rw-r--r--conf/machine/a780.conf4
-rw-r--r--packages/hvsc/hvsc_45.bb (renamed from packages/hvsc/hvsc_5.8.bb)4
-rw-r--r--packages/unrar/.mtn2git_empty0
-rw-r--r--packages/unrar/unrar-native_3.4.3.bb14
-rw-r--r--packages/unrar/unrar.inc7
-rw-r--r--packages/unrar/unrar_3.4.3.bb6
6 files changed, 31 insertions, 4 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf
index a369eab0a3..fe3cdbc481 100644
--- a/conf/machine/a780.conf
+++ b/conf/machine/a780.conf
@@ -2,12 +2,12 @@
#@NAME: Motorola EZX A780, Motorola EZX E680, Motorola EZX E680i
#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780, E680, and E680i
-require conf/machine/include/motorola-ezx.conf
TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv5te"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-ezx"
EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
diff --git a/packages/hvsc/hvsc_5.8.bb b/packages/hvsc/hvsc_45.bb
index 45d212fe07..085c4aa959 100644
--- a/packages/hvsc/hvsc_5.8.bb
+++ b/packages/hvsc/hvsc_45.bb
@@ -3,12 +3,12 @@ Commodore 64 music for the masses"
LICENSE = "PD"
SECTION = "multimedia"
-SRC_URI = "http://gallium.prg.dtu.dk/HVSC/random/HVSC_${PV}-all-of-them.zip"
+SRC_URI = "http://gallium.prg.dtu.dk/HVSC/random/HVSC_${PV}-all-of-them.rar"
S = "${WORKDIR}"
do_install() {
install -d ${D}${datadir}/hvsc
- unzip -d ${D}${datadir}/hvsc C64Music.zip
+ cd ${D}${datadir}/hvsc && unrar x ${S}/HVSC_${PV}-all-of-them.rar
}
PACKAGE_ARCH = "all"
diff --git a/packages/unrar/.mtn2git_empty b/packages/unrar/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/unrar/.mtn2git_empty
diff --git a/packages/unrar/unrar-native_3.4.3.bb b/packages/unrar/unrar-native_3.4.3.bb
new file mode 100644
index 0000000000..4b87691e89
--- /dev/null
+++ b/packages/unrar/unrar-native_3.4.3.bb
@@ -0,0 +1,14 @@
+require unrar.inc
+inherit native
+
+do_stage() {
+ install unrar ${STAGING_BINDIR}
+}
+
+do_package() {
+ :
+}
+
+do_install() {
+ :
+}
diff --git a/packages/unrar/unrar.inc b/packages/unrar/unrar.inc
new file mode 100644
index 0000000000..4887ac9fb2
--- /dev/null
+++ b/packages/unrar/unrar.inc
@@ -0,0 +1,7 @@
+SRC_URI = "http://www.rarlab.com/rar/unrarsrc-${PV}.tar.gz"
+S = "${WORKDIR}/unrar"
+
+do_compile() {
+ oe_runmake -f makefile.unix
+}
+
diff --git a/packages/unrar/unrar_3.4.3.bb b/packages/unrar/unrar_3.4.3.bb
new file mode 100644
index 0000000000..39d81990e2
--- /dev/null
+++ b/packages/unrar/unrar_3.4.3.bb
@@ -0,0 +1,6 @@
+require unrar.inc
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 unrar ${D}${bindir}
+}