u-boot-mkimage-openmoko-native: Unused now, remove.
[openembedded.git] / recipes / openmoko2 / neod_svn.bb
blobd3e4cd922b8e4de2fbceec32928eebdfb4289cf6
1 DESCRIPTION = "Simple Neo1973 Daemon for Button Handling and Power Management"
2 SECTION = "openmoko/daemons"
4 DISTRO_APM ?= "apm"
5 DEPENDS = "gtk+ pulseaudio apmd"
6 RDEPENDS_${PN} = "gpe-scap xrandr alsa-utils-amixer ${DISTRO_APM} dbus"
7 SRCREV = "4617"
8 PV = "0.1.0+svnr${SRCPV}"
9 PR = "r8"
11 inherit openmoko2 gconf
13 SRC_URI += "file://htc.patch;maxrev=3348 \
14 file://ipaq.patch;maxrev=3348"
16 EXTRA_OECONF_om-gta01 = "--with-platform=neo1973"
17 EXTRA_OECONF_om-gta02 = "--with-platform=neo1973"
18 EXTRA_OECONF_a780 = "--with-platform=ezx"
19 EXTRA_OECONF_a1200 = "--with-platform=ezx"
20 EXTRA_OECONF_e680 = "--with-platform=ezx"
21 EXTRA_OECONF_rokre2 = "--with-platform=ezx"
22 EXTRA_OECONF_rokre6 = "--with-platform=ezx"
23 EXTRA_OECONF_magician = "--with-platform=htc"
24 EXTRA_OECONF_hx4700 = "--with-platform=ipaq"
25 EXTRA_OECONF_htcuniversal = "--with-platform=htc"
27 PACKAGE_ARCH = "${MACHINE_ARCH}"