diff options
author | Chris Larson <clarson@mvista.com> | 2009-08-19 15:04:47 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-08-19 17:43:17 -0700 |
commit | 83a6a8745d0d7b82844dd1f026d479fa328274cf (patch) | |
tree | 69c1201d7ff898219b79aa0732a89d78a155270c /recipes/opkg/opkg.inc | |
parent | 1307fdab98aca02caab659dfe0625f4c02ea8f80 (diff) |
opkg: use INC_PR.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/opkg/opkg.inc')
-rw-r--r-- | recipes/opkg/opkg.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index e986c8deb6..ba58c42a15 100644 --- a/recipes/opkg/opkg.inc +++ b/recipes/opkg/opkg.inc @@ -4,6 +4,7 @@ SECTION = "base" LICENSE = "GPL" DEPENDS = "curl gpgme" PV = "0.1.6+svnr${SRCREV}" +INC_PR = "r14" SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ file://opkg_unarchive.patch;patch=1;maxrev=201" |