aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ezx/ezx-boot-usb-native_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ezx/ezx-boot-usb-native_svn.bb')
-rw-r--r--recipes/ezx/ezx-boot-usb-native_svn.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes/ezx/ezx-boot-usb-native_svn.bb b/recipes/ezx/ezx-boot-usb-native_svn.bb
deleted file mode 100644
index 3e24c59f32..0000000000
--- a/recipes/ezx/ezx-boot-usb-native_svn.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "Boot a Motorola EZX device with a user supplied kernel"
-DEPENDS = "virtual/libusb0-native virtual/kernel"
-SECTION = "devel"
-AUTHOR = "Team OpenEZX <openezx-devel@lists.openezx.org>"
-LICENSE = "GPL"
-SRCREV = "2512"
-PV = "0.3.0+svnr${SRCPV}"
-
-SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http"
-S = "${WORKDIR}/boot_usb"
-
-EXTRA_OECONF := '--with-kernel-dir="${STAGING_DIR}/${MACHINE_ARCH}${TARGET_VENDOR}-${TARGET_OS}/kernel"'
-
-inherit autotools native
-
-do_deploy() {
- install -d ${DEPLOY_DIR_TOOLS}
- install -m 0755 src/boot_usb ${DEPLOY_DIR_TOOLS}/ezx-boot-usb-${PV}
-}
-
-do_stage() {
- :
-}
-
-do_install() {
- :
-}
-
-addtask deploy before do_build after do_compile