diff options
author | Matthias Hentges <oe@hentges.net> | 2007-03-10 00:10:45 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-03-10 00:10:45 +0000 |
commit | 122d82f760b75b65cc6ea60ca28fde6c145f5b7d (patch) | |
tree | d0910278850396ac4b02b06ec6975b6b0af59815 /packages | |
parent | 1397d03fcffaffe97898478c0cea75a0aa8a6628 (diff) | |
parent | 3da0ee5121b9bb6a7b3c9ed8248c7e862eb4edf8 (diff) |
merge of '428eab538ab77c581942526cf527bffaa81ffa40'
and '8dfef8422808f2f606cab4675e792834f2f3e972'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/dfu-util/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/dfu-util/dfu-util-native_svn.bb | 16 | ||||
-rw-r--r-- | packages/dfu-util/dfu-util_svn.bb | 17 | ||||
-rw-r--r-- | packages/openmoko-base/openmoko-theme-standard_svn.bb | 2 |
4 files changed, 34 insertions, 1 deletions
diff --git a/packages/dfu-util/.mtn2git_empty b/packages/dfu-util/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/dfu-util/.mtn2git_empty diff --git a/packages/dfu-util/dfu-util-native_svn.bb b/packages/dfu-util/dfu-util-native_svn.bb new file mode 100644 index 0000000000..af6603ddd1 --- /dev/null +++ b/packages/dfu-util/dfu-util-native_svn.bb @@ -0,0 +1,16 @@ +require dfu-util_${PV}.bb + +inherit native + +DEPENDS = "libusb-native" + +do_stage() { + install -m 0755 src/dfu-util ${STAGING_BINDIR_NATIVE} +} + +do_deploy() { + install -d ${DEPLOY_DIR_IMAGE} + install -m 0755 src/dfu-util_static ${DEPLOY_DIR_IMAGE}/dfu-util +} + +addtask deploy before do_package after do_install diff --git a/packages/dfu-util/dfu-util_svn.bb b/packages/dfu-util/dfu-util_svn.bb new file mode 100644 index 0000000000..6f2e050569 --- /dev/null +++ b/packages/dfu-util/dfu-util_svn.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "USB Device Firmware Upgrade utility" +SECTION = "devel" +AUTHOR = "Harald Welte" +LICENSE = "GPL" +PV = "0.1+svn${SRCDATE}" +PR = "r0" + +DEPENDS = "libusb" + +SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;proto=http" +S = "${WORKDIR}/dfu-util" + +inherit autotools + +do_stage() { + autotools_stage_all +} diff --git a/packages/openmoko-base/openmoko-theme-standard_svn.bb b/packages/openmoko-base/openmoko-theme-standard_svn.bb index d8a9ba5fa2..e7a6def235 100644 --- a/packages/openmoko-base/openmoko-theme-standard_svn.bb +++ b/packages/openmoko-base/openmoko-theme-standard_svn.bb @@ -5,7 +5,7 @@ PR = "r3" inherit openmoko-base -SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=themes;proto=https" +SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=themes;proto=http" S = "${WORKDIR}" dirs = "themes/openmoko-standard" |