diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-02-05 12:21:55 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-05 12:21:55 +0000 |
commit | aafc19e52f4331103d00fcd33fa425168137ce27 (patch) | |
tree | 7e18c14e3756d9d1be703d6268dac8bfec604795 /packages/opkg | |
parent | 5cc306304e3cdf45208f8360261ad84c3221ed99 (diff) |
opkg-native_svn.bb : opkg native version for brave people who want
to try and build images with opkg.
Diffstat (limited to 'packages/opkg')
-rw-r--r-- | packages/opkg/opkg-native_svn.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/opkg/opkg-native_svn.bb b/packages/opkg/opkg-native_svn.bb new file mode 100644 index 0000000000..2215a5798c --- /dev/null +++ b/packages/opkg/opkg-native_svn.bb @@ -0,0 +1,8 @@ +require opkg_svn.bb + +target_libdir := "${libdir}" + +inherit native + +EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg -disable-gpg" + |