aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opkg
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-02-05 12:21:55 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-02-05 12:21:55 +0000
commitaafc19e52f4331103d00fcd33fa425168137ce27 (patch)
tree7e18c14e3756d9d1be703d6268dac8bfec604795 /packages/opkg
parent5cc306304e3cdf45208f8360261ad84c3221ed99 (diff)
downloadopenembedded-aafc19e52f4331103d00fcd33fa425168137ce27.tar.gz
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.bb8
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"
+