aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-23 10:23:31 -0700
committerKhem Raj <raj.khem@gmail.com>2022-04-25 10:44:13 -0700
commitd69c0da9d2ad86a5d57e7359eaba8fe26c1ed820 (patch)
treee62acab88d81051c6be7b354456fe0b7a0f2144b /meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
parent8cec1f1fd9ea585039d985943f3f20b37aff9a3b (diff)
downloadmeta-openembedded-contrib-d69c0da9d2ad86a5d57e7359eaba8fe26c1ed820.tar.gz
linux-atm: Add knob to root prefix
Fixes build with usrmerge Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb')
-rw-r--r--meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
index effd7502ff..bb79b78568 100644
--- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
+++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
@@ -13,11 +13,11 @@ SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${P
file://0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch \
file://0001-IFNAMSIZ-is-defined-in-net-if.h.patch \
file://0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch \
+ file://0001-make-Add-PREFIX-knob.patch \
"
SRC_URI:append:libc-musl = " file://musl-no-on_exit.patch"
-SRC_URI[md5sum] = "d49499368c3cf15f73a05d9bce8824a8"
SRC_URI[sha256sum] = "9645481a2b16476b59220aa2d6bc5bc41043f291326c9b37581018fbd16dd53a"
LIC_FILES_CHKSUM = "\
@@ -27,7 +27,6 @@ file://COPYING.LGPL;md5=6e29c688d912da12b66b73e32b03d812"
inherit autotools pkgconfig
-# The firmware is explicitly put under /lib when installed.
-#
+EXTRA_OEMAKE += "ROOTPREFIX=${root_prefix}"
-FILES:${PN} += "/lib/firmware"
+FILES:${PN} += "${nonarch_base_libdir}/firmware"