From 60875740657fc560fbc939c2c0725ec5758dc564 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Mon, 12 Apr 2021 21:12:24 +0200 Subject: [PATCH] meta-somdevices: Add proper PR and MAINTAINER to packages. Signed-off-by: Josep Orga --- recipes-connectivity/hostapd/hostapd_2.8.bbappend | 2 ++ recipes-connectivity/network/network.bb | 2 ++ recipes-connectivity/ppp/ppp_2.4.7.bbappend | 2 ++ recipes-kernel/wilc/wilc-fw.bb | 2 ++ recipes-kernel/wilc/wilc-modules-load.bb | 2 ++ recipes-somdevices/apt/apt_1.2.24.bbappend | 2 ++ recipes-somdevices/ethname/ethname_1.0.bb | 2 ++ recipes-somdevices/somdevices-keys/somdevices-keys.bb | 3 ++- recipes-somdevices/tzdata/tzdata.bbappend | 3 +++ 9 files changed, 19 insertions(+), 1 deletion(-) diff --git a/recipes-connectivity/hostapd/hostapd_2.8.bbappend b/recipes-connectivity/hostapd/hostapd_2.8.bbappend index 7d6c173..3c9a65f 100644 --- a/recipes-connectivity/hostapd/hostapd_2.8.bbappend +++ b/recipes-connectivity/hostapd/hostapd_2.8.bbappend @@ -2,6 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SUMMARY = "Change hostapd.conf file" DESCRIPTION = "Enable 80211n-mode and WPA2-PSK security and change SSID to hostname and password to hostname1234" +PR = "somdevices.0" +MAINTAINER = "SomDevices " LICENSE = "MIT" diff --git a/recipes-connectivity/network/network.bb b/recipes-connectivity/network/network.bb index 830cfcf..f4226e2 100644 --- a/recipes-connectivity/network/network.bb +++ b/recipes-connectivity/network/network.bb @@ -1,5 +1,7 @@ SUMMARY = "Add DHCP and static IP addresses to eno ports" DESCRIPTION = "Add necessary files to configure static and dynamic IP addresses on eno ports" +PR = "somdevices.0" +MAINTAINER = "SomDevices " LICENSE = "MIT" diff --git a/recipes-connectivity/ppp/ppp_2.4.7.bbappend b/recipes-connectivity/ppp/ppp_2.4.7.bbappend index 157d71e..4ae0a7c 100644 --- a/recipes-connectivity/ppp/ppp_2.4.7.bbappend +++ b/recipes-connectivity/ppp/ppp_2.4.7.bbappend @@ -1,5 +1,7 @@ RDEPENDS_${PN} += "bash" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PR = "somdevices.0" +MAINTAINER = "SomDevices " SRC_URI += " \ file://chap-secrets \ diff --git a/recipes-kernel/wilc/wilc-fw.bb b/recipes-kernel/wilc/wilc-fw.bb index ecc1292..2a037f3 100644 --- a/recipes-kernel/wilc/wilc-fw.bb +++ b/recipes-kernel/wilc/wilc-fw.bb @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE.wilc_fw;md5=89ed0ff0e98ce1c58747e9 PV="15.4.1" DEBIAN_NOAUTONAME_${PN} = "1" +PR = "somdevices.0" +MAINTAINER = "SomDevices " SRC_URI += "\ file://LICENSE.wilc_fw \ diff --git a/recipes-kernel/wilc/wilc-modules-load.bb b/recipes-kernel/wilc/wilc-modules-load.bb index ea9e792..d988301 100644 --- a/recipes-kernel/wilc/wilc-modules-load.bb +++ b/recipes-kernel/wilc/wilc-modules-load.bb @@ -1,5 +1,7 @@ SUMMARY = "Load WILC3000 modules as default Wi-Fi and Bluetooth modules" DESCRIPTION = "Add necessary modules-load file to use WILC3000 WIFI/BT combo" +PR = "somdevices.0" +MAINTAINER = "SomDevices " LICENSE = "MIT" diff --git a/recipes-somdevices/apt/apt_1.2.24.bbappend b/recipes-somdevices/apt/apt_1.2.24.bbappend index 6ff99e2..a8a6a61 100644 --- a/recipes-somdevices/apt/apt_1.2.24.bbappend +++ b/recipes-somdevices/apt/apt_1.2.24.bbappend @@ -2,6 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SUMMARY = "Add SOMDEVICES package repository" DESCRIPTION = "Add SOMDEVICES package repository to sources.list" +PR = "somdevices.0" +MAINTAINER = "SomDevices " LICENSE = "MIT" diff --git a/recipes-somdevices/ethname/ethname_1.0.bb b/recipes-somdevices/ethname/ethname_1.0.bb index cbeccdf..a28a7ad 100644 --- a/recipes-somdevices/ethname/ethname_1.0.bb +++ b/recipes-somdevices/ethname/ethname_1.0.bb @@ -1,5 +1,7 @@ SUMMARY = "Change ethernet interface names" DESCRIPTION = "Change order and interface names eth0 to eno2 and eth1 to eno1" +PR = "somdevices.0" +MAINTAINER = "SomDevices " LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" diff --git a/recipes-somdevices/somdevices-keys/somdevices-keys.bb b/recipes-somdevices/somdevices-keys/somdevices-keys.bb index 57f397d..e20887e 100644 --- a/recipes-somdevices/somdevices-keys/somdevices-keys.bb +++ b/recipes-somdevices/somdevices-keys/somdevices-keys.bb @@ -2,7 +2,8 @@ DESCRIPTION = "ssh private & public key packages" HOMEPAGE = "http://www.yoctoproject.org" BUGTRACKER = "http://bugzilla.pokylinux.org" -PR = "r0" +PR = "somdevices.0" +MAINTAINER = "SomDevices " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://id_rsa.pub;beginline=0;endline=1;md5=8966b3435a5d9868248612695062af72" diff --git a/recipes-somdevices/tzdata/tzdata.bbappend b/recipes-somdevices/tzdata/tzdata.bbappend index 1ef29db..aede851 100644 --- a/recipes-somdevices/tzdata/tzdata.bbappend +++ b/recipes-somdevices/tzdata/tzdata.bbappend @@ -1,5 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PR = "somdevices.0" +MAINTAINER = "SomDevices " + do_install_append () { ln -s -r -f ${D}${datadir}/zoneinfo/Europe/Madrid ${D}${sysconfdir}/localtime } -- 2.17.1