diff options
| -rw-r--r-- | meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0001-Add-linux-musleabi-to-ostable.patch | 39 | ||||
| -rw-r--r-- | meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.25.bb | 1 |
2 files changed, 40 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0001-Add-linux-musleabi-to-ostable.patch b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0001-Add-linux-musleabi-to-ostable.patch new file mode 100644 index 0000000000..269441fc8b --- /dev/null +++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0001-Add-linux-musleabi-to-ostable.patch | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | From 087840efdbc86b1432ebdd81f25b4cb78c75f818 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 11 Sep 2018 12:28:10 -0700 | ||
| 4 | Subject: [PATCH] Add linux-musleabi to ostable | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 8 | --- | ||
| 9 | ostable | 1 + | ||
| 10 | triplettable | 1 + | ||
| 11 | 2 files changed, 2 insertions(+) | ||
| 12 | |||
| 13 | diff --git a/ostable b/ostable | ||
| 14 | index 3bb6819..d0ffdc7 100644 | ||
| 15 | --- a/ostable | ||
| 16 | +++ b/ostable | ||
| 17 | @@ -15,6 +15,7 @@ | ||
| 18 | uclibceabi-linux linux-uclibceabi linux[^-]*-uclibceabi | ||
| 19 | uclibc-linux linux-uclibc linux[^-]*-uclibc | ||
| 20 | musleabihf-linux linux-musleabihf linux[^-]*-musleabihf | ||
| 21 | +musleabi-linux linux-musleabi linux[^-]*-musleabi | ||
| 22 | musl-linux linux-musl linux[^-]*-musl | ||
| 23 | gnueabihf-linux linux-gnueabihf linux[^-]*-gnueabihf | ||
| 24 | gnueabi-linux linux-gnueabi linux[^-]*-gnueabi | ||
| 25 | diff --git a/triplettable b/triplettable | ||
| 26 | index 7257744..45864c3 100644 | ||
| 27 | --- a/triplettable | ||
| 28 | +++ b/triplettable | ||
| 29 | @@ -6,6 +6,7 @@ | ||
| 30 | uclibceabi-linux-arm uclibc-linux-armel | ||
| 31 | uclibc-linux-<cpu> uclibc-linux-<cpu> | ||
| 32 | musleabihf-linux-arm musl-linux-armhf | ||
| 33 | +musleabi-linux-arm musl-linux-arm | ||
| 34 | musl-linux-<cpu> musl-linux-<cpu> | ||
| 35 | gnueabihf-linux-arm armhf | ||
| 36 | gnueabi-linux-arm armel | ||
| 37 | -- | ||
| 38 | 2.18.0 | ||
| 39 | |||
diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.25.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.25.bb index cc2727b758..b9b22a316e 100644 --- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.25.bb +++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.25.bb | |||
| @@ -9,6 +9,7 @@ RCONFLICTS_${PN} = "dpkg" | |||
| 9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
| 10 | ${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ | 10 | ${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ |
| 11 | file://0001-dpkg-start-stop-daemon-Accept-SIG-prefixed-signal-na.patch \ | 11 | file://0001-dpkg-start-stop-daemon-Accept-SIG-prefixed-signal-na.patch \ |
| 12 | file://0001-Add-linux-musleabi-to-ostable.patch \ | ||
| 12 | " | 13 | " |
| 13 | 14 | ||
| 14 | SRC_URI[md5sum] = "e48fcfdb2162e77d72c2a83432d537ca" | 15 | SRC_URI[md5sum] = "e48fcfdb2162e77d72c2a83432d537ca" |
