diff mbox series

[master/kirkstone,1/2] linuxptp: drop outdated bbappend

Message ID 20230706164250.1888789-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master/kirkstone,1/2] linuxptp: drop outdated bbappend | expand

Commit Message

Denys Dmytriyenko July 6, 2023, 4:42 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

The fork of the older version hasn't been maintained for few years and
upstream has a newer version, so this bbappend is not being used anyway.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../linuxptp/linuxptp_3.0.bbappend              | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend b/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
deleted file mode 100644
index cf11b475..00000000
--- a/meta-arago-distro/recipes-connectivity/linuxptp/linuxptp_3.0.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@ 
-PR:append = ".arago0"
-PV = "3.0+git${SRCPV}"
-
-BRANCH = "ti-linuxptp"
-SRCREV = "f155c21283a0421f5e1e0b5e850c8a9a71d72453"
-
-SRC_URI = " \
-    git://git.ti.com/git/processor-sdk/linuxptp.git;branch=${BRANCH} \
-    file://build-Allow-CC-and-prefix-to-be-overriden.patch \
-    file://Use-cross-cpp-in-incdefs.patch \
-"
-
-S = "${WORKDIR}/git"
-
-do_install:append () {
-    install -p ${S}/phc2pwm ${D}/${bindir}
-}