diff options
Diffstat (limited to 'recipes/opkg/opkg-native_svn.bb')
-rw-r--r-- | recipes/opkg/opkg-native_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/opkg/opkg-native_svn.bb b/recipes/opkg/opkg-native_svn.bb index 82c74e0b86..acd681cb35 100644 --- a/recipes/opkg/opkg-native_svn.bb +++ b/recipes/opkg/opkg-native_svn.bb @@ -3,6 +3,8 @@ require opkg.inc DEPENDS = "curl-native" PR = "r3" +SRC_URI += "file://opkg-libdir.patch;patch=1" + target_libdir := "${libdir}" inherit native |