mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
oscam: Update to latest svn revision 11491
Supports openssl 1.1.x Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b284f2b45a
commit
ace62392d1
|
|
@ -1,26 +0,0 @@
|
|||
From a372fe467495a674ad6244b67e83dfbfa8455f51 Mon Sep 17 00:00:00 2001
|
||||
From: Khem Raj <raj.khem@gmail.com>
|
||||
Date: Sat, 11 Aug 2018 13:54:32 -0700
|
||||
Subject: [PATCH] include sys/sysmacros.h for major/minor definitions
|
||||
|
||||
csctapi/ifd_db2com.c:27: undefined reference to `minor'
|
||||
collect2: error: ld returned 1 exit status
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
globals.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/globals.h b/globals.h
|
||||
index bd12244..9e10225 100644
|
||||
--- a/globals.h
|
||||
+++ b/globals.h
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <termios.h>
|
||||
#include <inttypes.h>
|
||||
#include <sys/utsname.h>
|
||||
+#include <sys/sysmacros.h>
|
||||
|
||||
/*
|
||||
* The following hack is taken from Linux: include/linux/kconfig.h
|
||||
|
|
@ -4,12 +4,11 @@ HOMEPAGE = "http://www.streamboard.tv/oscam/"
|
|||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "libusb1 openssl10 pcsc-lite"
|
||||
DEPENDS = "libusb1 openssl pcsc-lite"
|
||||
|
||||
SRC_URI = "svn://www.streamboard.tv/svn/oscam;module=trunk;protocol=http \
|
||||
file://0001-include-sys-sysmacros.h-for-major-minor-definitions.patch \
|
||||
"
|
||||
SRCREV = "11431"
|
||||
SRCREV = "11491"
|
||||
PV = "1.10+${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user