aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended/rpcbind/rpcbind_%.bbappend
blob: f006b3fb5ba1c2a0505fc20e7eae22edba4c3731 (plain)
1
2
3
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
value='timo/vlc-2.2.1'>timo/vlc-2.2.1 OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.3.bb
blob: 1bbab6f3cb4a945f01a8cd517f3ac49a89cfd25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Netfilter packet queue access library"
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
SECTION = "libs"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
DEPENDS = "libnfnetlink libmnl"

SRCREV = "601abd1c71ccdf90753cf294c120ad43fb25dc54"

SRC_URI = "git://git.netfilter.org/libnetfilter_queue;branch=master \
           file://0001-libnetfilter-queue-Declare-the-define-visivility-attribute-together.patch \
           "

S = "${WORKDIR}/git"

inherit autotools pkgconfig