ipkg: change do_stage to use autotools_stage_all in ipkg.inc
authorJohn Bowler <jbowler@nslu2-linux.org>
Tue, 3 Jan 2006 02:05:01 +0000 (02:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 3 Jan 2006 02:05:01 +0000 (02:05 +0000)
 - this changes all versions which use ipkg.inc,
 - 0.99.152 0.99.153 0.99.154

packages/ipkg/ipkg.inc
packages/ipkg/ipkg_0.99.152.bb
packages/ipkg/ipkg_0.99.153.bb
packages/ipkg/ipkg_0.99.154.bb

index f535cfb..7f30ba1 100644 (file)
@@ -36,14 +36,7 @@ update-alternatives --remove ipkg ${bindir}/ipkg-cl
 }
 
 do_stage() {
-       oe_libinstall -so libipkg ${STAGING_LIBDIR}
-       install -d ${STAGING_INCDIR}/replace/
-       install -m 0644 replace/replace.h ${STAGING_INCDIR}/replace/
-       install -d ${STAGING_INCDIR}/libipkg/
-       for f in *.h
-       do
-               install -m 0644 $f ${STAGING_INCDIR}/libipkg/
-       done
+       autotools_stage_all
 }
 
 #
index 99249a8..10a606d 100644 (file)
@@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
 
 include ipkg.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI += "file://fix-bug1393.patch;patch=1"