summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-09 09:08:20 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2015-08-09 23:02:30 +0200
commitf188f3d756f59fb4dc64cc1a64263c2251f76ae5 (patch)
treef6861146df284592354eabeb352bb0d4fad04c57 /recipes-graphics/userland/userland_git.bb
parent7457bf182c8fd550ec877ecd786a3edd16e65495 (diff)
downloadmeta-raspberrypi-f188f3d756f59fb4dc64cc1a64263c2251f76ae5.tar.gz
userland: Fix POSIX compliance expectation
We have errors like below with glibc 2.22+ net_sockets_common.c:139:20: error: storage size of 'hints' isn't known struct addrinfo hints, *info, *p; ^ newer glibc has now fixed the definitions of getaddrinfo and ilk to be enabled with correct posix version. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-rw-r--r--recipes-graphics/userland/userland_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index dfb6701..2b3286a 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -16,6 +16,7 @@ SRCFORK = "raspberrypi"
16SRCREV = "c2f27fb8e581f8e5af83bf28422553ade8f7a7c8" 16SRCREV = "c2f27fb8e581f8e5af83bf28422553ade8f7a7c8"
17 17
18SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 18SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
19 file://0001-Use-newer-POSIX-macro.patch \
19 " 20 "
20S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
21 22