diff options
| author | Koen Kooi <koen@openembedded.org> | 2009-05-27 22:37:27 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2009-05-27 22:37:27 +0200 |
| commit | 9e3fda07e7f0726c19ebf4ad3c050c6621b686a1 (patch) | |
| tree | 2ac40276b580850c90e7cbd65eb0bbeb6432c6b2 /recipes/wlan-ng | |
| parent | e47846def85976da24a74838c55fafcb7751d3dd (diff) | |
| parent | 4103b643af81d0f02df999de0b5d32170f2a7567 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/wlan-ng')
| -rw-r--r-- | recipes/wlan-ng/wlan-ng-utils.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/wlan-ng/wlan-ng-utils.inc b/recipes/wlan-ng/wlan-ng-utils.inc index 3dd25d9d7f..736e12b942 100644 --- a/recipes/wlan-ng/wlan-ng-utils.inc +++ b/recipes/wlan-ng/wlan-ng-utils.inc @@ -10,11 +10,11 @@ DEPENDS = "virtual/kernel" SRC_URI = "file://only-the-utils.patch;patch=1 \ file://wlan-ng.modutils \ file://wlan.agent \ - file://usbctl \ file://resume \ file://pre-up \ file://post-down \ file://config.in" +SRC_URI_append_arm = " file://usbctl" # yeah, it's kind of backwards, but otherwise the config step will fail inherit module @@ -59,11 +59,14 @@ do_install() { install -m 0755 ${WORKDIR}/post-down ${D}${sysconfdir}/network/if-post-down.d/wlan-ng install -d ${D}${sysconfdir}/apm/resume.d install -m 0755 ${WORKDIR}/resume ${D}${sysconfdir}/apm/resume.d/wlan-ng - install -m 0755 ${WORKDIR}/usbctl ${D}${base_sbindir}/usbctl install -d ${D}${mandir}/man1 install -m 0644 ${S}/man/*.1 ${D}${mandir}/man1/ rm -rf ${D}/usr/local/man } +do_install_append_arm() { + install -m 0755 ${WORKDIR}/usbctl ${D}${base_sbindir}/usbctl +} + FILES_${PN}-dbg += "/sbin/.debug" FILES_${PN} = "/etc /sbin" |
