meta-digi: Use the same template for include files.
They all have a copyright and the all do:
PR = "${DISTRO}.${INC_PR}.0"
Then recipes which include them include:
PR = "${DISTRO}.${INC_PR}.0"
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
f31d9f880e
commit
a0d00e4d76
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
include linux-del.inc
|
include linux-del.inc
|
||||||
|
|
||||||
PR = "${INC_PR}.0"
|
PR = "${DISTRO}.${INC_PR}.0"
|
||||||
|
|
||||||
# Uncomment to build the from sources (internal use only)
|
# Uncomment to build the from sources (internal use only)
|
||||||
# KERNEL_BUILD_SRC ?= "1"
|
# KERNEL_BUILD_SRC ?= "1"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,14 @@
|
||||||
|
# Copyright (C) 2013 Digi International.
|
||||||
|
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
DEPENDS = "openssl"
|
DEPENDS = "openssl"
|
||||||
HOMEPAGE = "http://www.stunnel.org"
|
HOMEPAGE = "http://www.stunnel.org"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=06715c92fdfd7a3dcf901b26b162b64c"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=06715c92fdfd7a3dcf901b26b162b64c"
|
||||||
|
|
||||||
DESCRIPTION = "Stunnel is a program that allows you to encrypt \
|
DESCRIPTION = "Stunnel is a program that allows you to encrypt \
|
||||||
arbitrary TCP connections inside SSL"
|
arbitrary TCP connections inside SSL"
|
||||||
|
INC_PR = "r0"
|
||||||
|
|
||||||
S = "${WORKDIR}/stunnel-${PV}"
|
S = "${WORKDIR}/stunnel-${PV}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
require stunnel.inc
|
require stunnel.inc
|
||||||
|
|
||||||
|
PR = "${DISTRO}.${INC_PR}.0"
|
||||||
|
|
||||||
SRC_URI = "http://www.stunnel.org/downloads/stunnel-${PV}.tar.gz \
|
SRC_URI = "http://www.stunnel.org/downloads/stunnel-${PV}.tar.gz \
|
||||||
file://automake.patch \
|
file://automake.patch \
|
||||||
file://init \
|
file://init \
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://../COPYING;md5=ab87f20cd7e8c0d0a6539b34d3791d0e \
|
||||||
|
|
||||||
DEPENDS = "libnl openssl"
|
DEPENDS = "libnl openssl"
|
||||||
|
|
||||||
|
INC_PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
|
SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
file://wpa_supplicant.conf \
|
file://wpa_supplicant.conf \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
require wpa-supplicant-2.0.inc
|
require wpa-supplicant-2.0.inc
|
||||||
|
|
||||||
PR = "${DISTRO}.r0"
|
PR = "${DISTRO}.${INC_PR}.0"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "3be2ebfdcced52e00eda0afe2889839d"
|
SRC_URI[md5sum] = "3be2ebfdcced52e00eda0afe2889839d"
|
||||||
SRC_URI[sha256sum] = "2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
|
SRC_URI[sha256sum] = "2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (C) 2013 Digi International.
|
||||||
|
|
||||||
DESCRIPTION = "Microwindows Graphical Engine"
|
DESCRIPTION = "Microwindows Graphical Engine"
|
||||||
SECTION = "x11/wm"
|
SECTION = "x11/wm"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
|
|
@ -5,7 +7,7 @@ DEPENDS = "libpng jpeg zlib"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://src/LICENSE;md5=537b9004889eb701c48fc1fe78d9c30e"
|
LIC_FILES_CHKSUM = "file://src/LICENSE;md5=537b9004889eb701c48fc1fe78d9c30e"
|
||||||
|
|
||||||
PR="r2"
|
INC_PR="r2"
|
||||||
|
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
require microwindows.inc
|
require microwindows.inc
|
||||||
|
|
||||||
|
PR = "${DISTRO}.${INC_PR}.0"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
ftp://ftp.microwindows.org/pub/microwindows/microwindows-src-${PV}.tar.gz \
|
ftp://ftp.microwindows.org/pub/microwindows/microwindows-src-${PV}.tar.gz \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue