diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-17 12:58:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-17 12:58:21 +0000 |
commit | f608d3f318f567dd82ec9cbc84db8c0692420012 (patch) | |
tree | dd551cfd96ccec227b0a42b94782973df1707dbd /meta | |
parent | 23684b683f0af5c3496eb3cf1dbf65124a5cde8c (diff) | |
download | poky-f608d3f318f567dd82ec9cbc84db8c0692420012.tar.gz |
opkg: fixed opkg-native to not create /usr/lib/opkg/opkg/ directory
Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4023 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/opkg/opkg-native_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/opkg/opkg-native_svn.bb b/meta/packages/opkg/opkg-native_svn.bb index d5e20e14be..176a62359e 100644 --- a/meta/packages/opkg/opkg-native_svn.bb +++ b/meta/packages/opkg/opkg-native_svn.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | require opkg.inc | 1 | require opkg.inc |
2 | 2 | ||
3 | DEPENDS = "curl-native" | 3 | DEPENDS = "curl-native" |
4 | PR = "r1" | ||
4 | 5 | ||
5 | target_libdir := "${libdir}" | 6 | target_libdir := "${libdir}" |
6 | 7 | ||
7 | inherit native | 8 | inherit native |
8 | 9 | ||
9 | EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg -disable-gpg" | 10 | EXTRA_OECONF += "--with-opkglibdir=${target_libdir} -disable-gpg" |