diff options
Diffstat (limited to 'recipes/libnl/libnl_1.1.bb')
-rw-r--r-- | recipes/libnl/libnl_1.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/libnl/libnl_1.1.bb b/recipes/libnl/libnl_1.1.bb index 62a0b1ba38..0659d933eb 100644 --- a/recipes/libnl/libnl_1.1.bb +++ b/recipes/libnl/libnl_1.1.bb @@ -14,10 +14,10 @@ CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1' SRC_URI = "\ http://people.suug.ch/~tgr/libnl/files/libnl-${PV}.tar.gz \ - file://local-includes.patch;patch=1 \ - file://fix-includes.patch;patch=1 \ - file://respect-ldflags.patch;patch=1 \ - file://netlink-local-fix.patch;patch=1 \ + file://local-includes.patch \ + file://fix-includes.patch \ + file://respect-ldflags.patch \ + file://netlink-local-fix.patch \ " |