diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-10 22:32:25 +0000 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-10 22:32:25 +0000 | 
| commit | fd2e201742be06e2fc203df02dac52fd22427ee4 (patch) | |
| tree | 257d288739d0c9acbff880df6dc4ac75f334164b | |
| parent | d2e8c1f0efa9a64f82139f039bf1294d9044323c (diff) | |
| download | openembedded-core-fd2e201742be06e2fc203df02dac52fd22427ee4.tar.gz openembedded-core-fd2e201742be06e2fc203df02dac52fd22427ee4.tar.bz2 openembedded-core-fd2e201742be06e2fc203df02dac52fd22427ee4.zip | |
moblin-app-installer: Fix syntax error
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta-moblin/packages/moblin-app-installer/moblin-app-installer_git.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-moblin/packages/moblin-app-installer/moblin-app-installer_git.bb b/meta-moblin/packages/moblin-app-installer/moblin-app-installer_git.bb index 8b2df3291a..47073879f4 100644 --- a/meta-moblin/packages/moblin-app-installer/moblin-app-installer_git.bb +++ b/meta-moblin/packages/moblin-app-installer/moblin-app-installer_git.bb @@ -1,6 +1,6 @@  DESCRIPTION = "Moblin Appliction Installer"  SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ -           file://opkg-7f7d50079c8bcc63874fd60a61f23d849e025445.patch;patch=1;rev=7f7d50079c8bcc63874fd60a61f23d849e025445" +           file://opkg-7f7d50079c8bcc63874fd60a61f23d849e025445.patch;patch=1;rev=7f7d50079c8bcc63874fd60a61f23d849e025445 \             file://opkg.patch;patch=1;notrev=7f7d50079c8bcc63874fd60a61f23d849e025445"  LICENSE = "GPLv2"  PV = "0.0+git${SRCPV}" | 
