diff options
| -rw-r--r-- | meta-oe/recipes-support/libnl/libnl.inc | 9 | ||||
| -rw-r--r-- | meta-oe/recipes-support/libnl/libnl1_1.1.bb | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/meta-oe/recipes-support/libnl/libnl.inc b/meta-oe/recipes-support/libnl/libnl.inc deleted file mode 100644 index 6f502b1019..0000000000 --- a/meta-oe/recipes-support/libnl/libnl.inc +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" | ||
| 2 | SECTION = "libs/network" | ||
| 3 | LICENSE = "LGPL" | ||
| 4 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | ||
| 5 | |||
| 6 | INC_PR = "r5" | ||
| 7 | |||
| 8 | inherit autotools pkgconfig | ||
| 9 | |||
diff --git a/meta-oe/recipes-support/libnl/libnl1_1.1.bb b/meta-oe/recipes-support/libnl/libnl1_1.1.bb index cf5396fcef..72f59957f7 100644 --- a/meta-oe/recipes-support/libnl/libnl1_1.1.bb +++ b/meta-oe/recipes-support/libnl/libnl1_1.1.bb | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | require libnl.inc | 1 | DESCRIPTION = "libnl is a library for applications dealing with netlink sockets" |
| 2 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | ||
| 3 | SECTION = "libs/network" | ||
| 4 | |||
| 5 | inherit autotools pkgconfig | ||
| 2 | 6 | ||
| 3 | LICENSE = "LGPLv2.1" | 7 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" |
| 5 | 9 | ||
| 6 | 10 | PR = "r6" | |
| 7 | PR = "${INC_PR}.0" | ||
| 8 | 11 | ||
| 9 | # move it to extra subdirectory | 12 | # move it to extra subdirectory |
| 10 | includedir = "${prefix}/include/libnl1" | 13 | includedir = "${prefix}/include/libnl1" |
