diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-19 23:30:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-19 23:30:40 -0700 |
commit | 4cffb4ce4dfb5a0b8b280e12f3635e6281855313 (patch) | |
tree | be4f334e52f1fc864a41376a4c7c07feda555bfc /recipes/opkg | |
parent | f171a1e3ebe87a7dce99bd44ae6f012828ceac1d (diff) |
opkg: Add opkg to FILESPATHPKG.
Otherwise it does not find patches stored under opkg directory
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/opkg')
-rw-r--r-- | recipes/opkg/opkg.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc index c880dd660e..c146c75b79 100644 --- a/recipes/opkg/opkg.inc +++ b/recipes/opkg/opkg.inc @@ -6,6 +6,8 @@ DEPENDS = "curl gpgme" PV = "0.1.6+svnr${SRCREV}" INC_PR = "r15" +FILESPATHPKG =. "opkg:" + SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ file://opkg_unarchive.patch;patch=1;maxrev=201 \ file://opkg-intercept-cleanup.patch;patch=1" |