aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fxload/fxload_0.0.20020411.bb
blob: 5d5cf31680a1cb7e3f8fe4f9b4e076b5deda626a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "fxload loads firmware into the ezusb chips"
AUTHOR = "Stephen Williams, David Brownell"
HOMEPAGE = "http://linux-hotplug.sourceforge.net/"
SECTION = "admin"
LICENSE = "GPL"
DEPENDS = "linux-libc-headers"
PR = "r1"

SRC_URI = "http://dfn.dl.sourceforge.net/sourceforge/linux-hotplug/fxload-2002_04_11.tar.gz \
           file://usbheader.patch"

S = "${WORKDIR}/fxload-2002_04_11"

FILES_${PN} = "${base_sbindir}/fxload"

do_install() {
	mkdir -p ${D}/sbin/
	cp ${S}/fxload ${D}/sbin/fxload
}

SRC_URI[md5sum] = "cafd71a5bff0c57bcd248273b2541c05"
SRC_URI[sha256sum] = "15116da28bc90e961bd5fea454adf79272bc741f86d9636ed8b9b771d74814c3"
nsa/tune-test'>jansa/tune-test OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/networkmanager/files/makefile-fix.patch
blob: 5fbbf3a74a4a861832a957a9fee6b1ea111c33ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This line causes libtool to try and create a program which fails since there is no
main(). This is hidden with libtool 1.5.10 but appears with 2.2.2.

RP - 14/4/08

Index: trunk/src/ppp-manager/Makefile.am
===================================================================
--- trunk.orig/src/ppp-manager/Makefile.am	2008-04-14 23:00:54.000000000 +0100
+++ trunk/src/ppp-manager/Makefile.am	2008-04-14 23:01:24.000000000 +0100
@@ -25,7 +25,6 @@
 	$(top_builddir)/src/marshallers/libmarshallers.la
 
 nm_pppd_plugindir = $(libdir)
-nm_pppd_plugin_PROGRAMS = nm-pppd-plugin.so
 
 nm_pppd_plugin_so_SOURCES = \
 	nm-pppd-plugin.c	\