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
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
PR = "${DISTRO}.${INC_PR}.0"
|
||||
|
||||
# Uncomment to build the from sources (internal use only)
|
||||
# KERNEL_BUILD_SRC ?= "1"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,14 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
|
||||
SECTION = "console/network"
|
||||
DEPENDS = "openssl"
|
||||
HOMEPAGE = "http://www.stunnel.org"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=06715c92fdfd7a3dcf901b26b162b64c"
|
||||
|
||||
DESCRIPTION = "Stunnel is a program that allows you to encrypt \
|
||||
arbitrary TCP connections inside SSL"
|
||||
INC_PR = "r0"
|
||||
|
||||
S = "${WORKDIR}/stunnel-${PV}"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
require stunnel.inc
|
||||
|
||||
PR = "${DISTRO}.${INC_PR}.0"
|
||||
|
||||
SRC_URI = "http://www.stunnel.org/downloads/stunnel-${PV}.tar.gz \
|
||||
file://automake.patch \
|
||||
file://init \
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://../COPYING;md5=ab87f20cd7e8c0d0a6539b34d3791d0e \
|
|||
|
||||
DEPENDS = "libnl openssl"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
|
||||
file://defconfig \
|
||||
file://wpa_supplicant.conf \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
require wpa-supplicant-2.0.inc
|
||||
|
||||
PR = "${DISTRO}.r0"
|
||||
PR = "${DISTRO}.${INC_PR}.0"
|
||||
|
||||
SRC_URI[md5sum] = "3be2ebfdcced52e00eda0afe2889839d"
|
||||
SRC_URI[sha256sum] = "2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
|
||||
DESCRIPTION = "Microwindows Graphical Engine"
|
||||
SECTION = "x11/wm"
|
||||
PRIORITY = "optional"
|
||||
|
|
@ -5,7 +7,7 @@ DEPENDS = "libpng jpeg zlib"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://src/LICENSE;md5=537b9004889eb701c48fc1fe78d9c30e"
|
||||
|
||||
PR="r2"
|
||||
INC_PR="r2"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
require microwindows.inc
|
||||
|
||||
PR = "${DISTRO}.${INC_PR}.0"
|
||||
|
||||
SRC_URI = " \
|
||||
ftp://ftp.microwindows.org/pub/microwindows/microwindows-src-${PV}.tar.gz \
|
||||
file://defconfig \
|
||||
|
|
|
|||
Loading…
Reference in New Issue