diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-09 15:13:07 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-10 14:00:00 -0200 |
commit | 3e27bd71605502fce20a00e5a4f29a35ed51e487 (patch) | |
tree | f16996e48165c5b51cdcda8e5a4125fb89c094ba | |
parent | 07e344d4ef22d6f88d297c55e09b112157b0cff8 (diff) | |
download | meta-freescale-3e27bd71605502fce20a00e5a4f29a35ed51e487.tar.gz |
iproute2: add bbappend
*install head file of iproute2
So that we can use them outside of iproute2 package
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-connectivity/iproute2/iproute2_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-connectivity/iproute2/iproute2_%.bbappend b/recipes-connectivity/iproute2/iproute2_%.bbappend new file mode 100644 index 00000000..4426eca5 --- /dev/null +++ b/recipes-connectivity/iproute2/iproute2_%.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | do_install_append () { | ||
2 | install -d ${D}/usr/include/tc | ||
3 | cp -a ${B}/include ${D}/usr/include | ||
4 | cp -a ${B}/tc/*.h ${D}/usr/include/tc | ||
5 | } | ||