diff options
author | Chris Larson <clarson@mvista.com> | 2009-07-22 15:39:37 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-08-19 17:43:17 -0700 |
commit | 9f35410c925716d58d8f8cff3cf5f8296894d1cd (patch) | |
tree | 810e65570016a032bbfc096009f40773b07c9317 /recipes/opkg/opkg.inc | |
parent | 83a6a8745d0d7b82844dd1f026d479fa328274cf (diff) |
opkg: explicitly clean up the opkg-intercept dirs rather than rm -rf.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/opkg/opkg.inc')
-rw-r--r-- | recipes/opkg/opkg.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index ba58c42a15..c880dd660e 100644 --- a/recipes/opkg/opkg.inc +++ b/recipes/opkg/opkg.inc @@ -4,10 +4,11 @@ SECTION = "base" LICENSE = "GPL" DEPENDS = "curl gpgme" PV = "0.1.6+svnr${SRCREV}" -INC_PR = "r14" +INC_PR = "r15" SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ - file://opkg_unarchive.patch;patch=1;maxrev=201" + file://opkg_unarchive.patch;patch=1;maxrev=201 \ + file://opkg-intercept-cleanup.patch;patch=1" SRC_URI += "file://configure" |