diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-03-25 07:19:54 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-03-26 21:15:27 +0100 |
commit | d372db8d95aa62f924b892cb135ffa57c4ce7640 (patch) | |
tree | 1c701da647822a61423ab62f81cc4414754db676 /recipes | |
parent | de0ef33e791a102ada92e0705e370083e72c67ed (diff) |
ezx: update ezx-boot-usb-native version
Fix also ezx-boot-usb-native_svn.bb as the code now resides in a 'src'
subdirectory.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ezx/ezx-boot-usb-native_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ezx/ezx-boot-usb-native_svn.bb b/recipes/ezx/ezx-boot-usb-native_svn.bb index 1298cac80c..237d06bd14 100644 --- a/recipes/ezx/ezx-boot-usb-native_svn.bb +++ b/recipes/ezx/ezx-boot-usb-native_svn.bb @@ -14,7 +14,7 @@ inherit autotools native do_deploy() { install -d ${DEPLOY_DIR_TOOLS} - install -m 0755 boot_usb ${DEPLOY_DIR_TOOLS}/ezx-boot-usb-${PV} + install -m 0755 src/boot_usb ${DEPLOY_DIR_TOOLS}/ezx-boot-usb-${PV} } do_stage() { |