aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 15:04:41 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-18 15:05:53 +0100
commitd51eb1fd0c02689cf6e584adf0887a1080f5e9ad (patch)
tree95bd60e0b18d73dcacca34f36e30ded22acb018a /recipes-support
parentbd1d237dce49a846895b2ff4caf4dfe5a2154122 (diff)
downloadmeta-opie-d51eb1fd0c02689cf6e584adf0887a1080f5e9ad.tar.gz
manufacturers: fix S for git fetcher subpath patch
The subpath option should check out the source to the basename of the subpath value, instead of git/. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/manufacturers/manufacturers_20031209.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/manufacturers/manufacturers_20031209.bb b/recipes-support/manufacturers/manufacturers_20031209.bb
index 60b9624..3879a2d 100644
--- a/recipes-support/manufacturers/manufacturers_20031209.bb
+++ b/recipes-support/manufacturers/manufacturers_20031209.bb
@@ -9,7 +9,7 @@ PR = "r2"
inherit allarch
SRC_URI = "${OPIE_GIT};protocol=git;subpath=etc"
-S = "${WORKDIR}/git"
+S = "${WORKDIR}/etc"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/PD;md5=b3597d12946881e13cb3b548d1173851"