From d51eb1fd0c02689cf6e584adf0887a1080f5e9ad Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 18 Sep 2011 15:04:41 +0100 Subject: 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 --- recipes-support/manufacturers/manufacturers_20031209.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support') 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" -- cgit 1.2.3-korg