From f608d3f318f567dd82ec9cbc84db8c0692420012 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <hrw@openedhand.com>
Date: Mon, 17 Mar 2008 12:58:21 +0000
Subject: 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
---
 meta/packages/opkg/opkg-native_svn.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'meta')

diff --git a/meta/packages/opkg/opkg-native_svn.bb b/meta/packages/opkg/opkg-native_svn.bb
index d5e20e14b..176a62359 100644
--- a/meta/packages/opkg/opkg-native_svn.bb
+++ b/meta/packages/opkg/opkg-native_svn.bb
@@ -1,9 +1,10 @@
 require opkg.inc
 
 DEPENDS = "curl-native"
+PR = "r1"
 
 target_libdir := "${libdir}"
 
 inherit native
 
-EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg -disable-gpg"
+EXTRA_OECONF += "--with-opkglibdir=${target_libdir} -disable-gpg"
-- 
cgit v1.2.3