diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
| commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
| tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-support/libnl/libnl_2.0.bb | |
| parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
| download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz | |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-support/libnl/libnl_2.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/libnl/libnl_2.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libnl/libnl_2.0.bb b/meta-oe/recipes-support/libnl/libnl_2.0.bb new file mode 100644 index 0000000000..e646e3d0e5 --- /dev/null +++ b/meta-oe/recipes-support/libnl/libnl_2.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | require libnl.inc | ||
| 2 | PE = "1" | ||
| 3 | PR = "${INC_PR}.0" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2.1" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" | ||
| 7 | |||
| 8 | DEPENDS = "flex-native bison-native" | ||
| 9 | |||
| 10 | SRC_URI = "\ | ||
| 11 | http://www.infradead.org/~tgr/libnl/files/libnl-${PV}.tar.gz \ | ||
| 12 | file://fix-pc-file.patch \ | ||
| 13 | file://fix-pktloc-dep-race.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "6aaf1e9802a17a7d702bb0638044ffa7" | ||
| 17 | SRC_URI[sha256sum] = "5a40dc903d3ca1074da7424b908bec8ff16936484798c7e46e53e9db8bc87a9c" | ||
| 18 | |||
| 19 | PACKAGES =+ "${PN}-route ${PN}-nf ${PN}-genl ${PN}-cli" | ||
| 20 | FILES_${PN}-route = "${libdir}/libnl-route.so.*" | ||
| 21 | FILES_${PN}-nf = "${libdir}/libnl-nf.so.*" | ||
| 22 | FILES_${PN}-genl = "${libdir}/libnl-genl.so.*" | ||
| 23 | FILES_${PN}-cli = "${libdir}/libnl-cli.so.*" | ||
