aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/socat/socat-1.3.2.1/xioopen.patch
blob: 456862653a7883ef7ee4ca7c1fa41d3a692c71bf (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur socat-1.3/xioopen.h socat-1.3_patched/xioopen.h
--- socat-1.3/xioopen.h	2003-02-15 15:26:22.000000000 +0100
+++ socat-1.3_patched/xioopen.h	2006-09-05 10:49:15.000000000 +0200
@@ -42,7 +42,6 @@
 extern const char *ddirection[];
 extern const char *filetypenames[];
 extern const struct addrname addressnames[];
-extern const char *addressgroupnames[];
 extern const struct optname optionnames[];
 
 extern int xioopen_makedual(xiofile_t *file);
s OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb
blob: 29f4dd36339b44fac2121372035fabf030039a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DUMMYARCH = "sdk-provides-dummy-${SDKPKGSUFFIX}"

DUMMYPROVIDES_PACKAGES = "\
    pkgconfig \
"

# Add /bin/sh?
DUMMYPROVIDES = "\
    /bin/bash \
    /usr/bin/env \
    libGL.so()(64bit) \
    libGL.so \
"

require dummy-sdk-package.inc

inherit nativesdk