Re: [Angstrom-devel] [meta-angstrom][PATCH] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-10-09 Thread Koen Kooi
applied, finally!

Op 6 okt. 2012, om 20:07 heeft Khem Raj raj.k...@gmail.com het volgende 
geschreven:

 ping ^^
 
 On Sat, Sep 22, 2012 at 10:43 AM, Khem Raj raj.k...@gmail.com wrote:
 ping^
 
 On Sun, Sep 9, 2012 at 1:07 PM, Khem Raj raj.k...@gmail.com wrote:
 Instead of hard linking omap3-mkcard.sh refer to it
 using FILESPATH. This avoids the parse warning
 
 WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry
 omap3-mkcard.sh: file could not be found
 
 Signed-off-by: Khem Raj raj.k...@gmail.com
 ---
 recipes-angstrom/angstrom/omap3-mkcard.bb  |6 +-
 .../angstrom/omap3-mkcard/omap3-mkcard.sh  |1 -
 2 files changed, 5 insertions(+), 2 deletions(-)
 delete mode 12 recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh
 
 diff --git a/recipes-angstrom/angstrom/omap3-mkcard.bb 
 b/recipes-angstrom/angstrom/omap3-mkcard.bb
 index 31a20a3..f09cfe5 100644
 --- a/recipes-angstrom/angstrom/omap3-mkcard.bb
 +++ b/recipes-angstrom/angstrom/omap3-mkcard.bb
 @@ -1,8 +1,12 @@
 DESCRIPTION=Format a card for omap3 booting
 LICENSE = GPLv2
 +LIC_FILES_CHKSUM = 
 file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
 +
 SRC_URI = file://omap3-mkcard.sh
 
 -PR = r1
 +FILESPATH =. ${FILE_DIRNAME}/../../contrib:
 +
 +PR = r2
 
 do_install() {
install -d ${D}${bindir}/
 diff --git a/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh 
 b/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh
 deleted file mode 12
 index b8c8a70..000
 --- a/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh
 +++ /dev/null
 @@ -1 +0,0 @@
 -../../../contrib/angstrom/omap3-mkcard.sh
 \ No newline at end of file
 --
 1.7.9.5
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-angstrom][PATCH] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-10-06 Thread Khem Raj
ping ^^

On Sat, Sep 22, 2012 at 10:43 AM, Khem Raj raj.k...@gmail.com wrote:
 ping^

 On Sun, Sep 9, 2012 at 1:07 PM, Khem Raj raj.k...@gmail.com wrote:
 Instead of hard linking omap3-mkcard.sh refer to it
 using FILESPATH. This avoids the parse warning

 WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry
 omap3-mkcard.sh: file could not be found

 Signed-off-by: Khem Raj raj.k...@gmail.com
 ---
  recipes-angstrom/angstrom/omap3-mkcard.bb  |6 +-
  .../angstrom/omap3-mkcard/omap3-mkcard.sh  |1 -
  2 files changed, 5 insertions(+), 2 deletions(-)
  delete mode 12 recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh

 diff --git a/recipes-angstrom/angstrom/omap3-mkcard.bb 
 b/recipes-angstrom/angstrom/omap3-mkcard.bb
 index 31a20a3..f09cfe5 100644
 --- a/recipes-angstrom/angstrom/omap3-mkcard.bb
 +++ b/recipes-angstrom/angstrom/omap3-mkcard.bb
 @@ -1,8 +1,12 @@
  DESCRIPTION=Format a card for omap3 booting
  LICENSE = GPLv2
 +LIC_FILES_CHKSUM = 
 file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
 +
  SRC_URI = file://omap3-mkcard.sh

 -PR = r1
 +FILESPATH =. ${FILE_DIRNAME}/../../contrib:
 +
 +PR = r2

  do_install() {
 install -d ${D}${bindir}/
 diff --git a/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh 
 b/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh
 deleted file mode 12
 index b8c8a70..000
 --- a/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh
 +++ /dev/null
 @@ -1 +0,0 @@
 -../../../contrib/angstrom/omap3-mkcard.sh
 \ No newline at end of file
 --
 1.7.9.5


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-angstrom][PATCH] omap3-mkcard: Remove hardlink and add LIC_FILES_CHKSUM

2012-09-22 Thread Khem Raj
ping^

On Sun, Sep 9, 2012 at 1:07 PM, Khem Raj raj.k...@gmail.com wrote:
 Instead of hard linking omap3-mkcard.sh refer to it
 using FILESPATH. This avoids the parse warning

 WARNING: Unable to get checksum for omap3-mkcard SRC_URI entry
 omap3-mkcard.sh: file could not be found

 Signed-off-by: Khem Raj raj.k...@gmail.com
 ---
  recipes-angstrom/angstrom/omap3-mkcard.bb  |6 +-
  .../angstrom/omap3-mkcard/omap3-mkcard.sh  |1 -
  2 files changed, 5 insertions(+), 2 deletions(-)
  delete mode 12 recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh

 diff --git a/recipes-angstrom/angstrom/omap3-mkcard.bb 
 b/recipes-angstrom/angstrom/omap3-mkcard.bb
 index 31a20a3..f09cfe5 100644
 --- a/recipes-angstrom/angstrom/omap3-mkcard.bb
 +++ b/recipes-angstrom/angstrom/omap3-mkcard.bb
 @@ -1,8 +1,12 @@
  DESCRIPTION=Format a card for omap3 booting
  LICENSE = GPLv2
 +LIC_FILES_CHKSUM = 
 file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6
 +
  SRC_URI = file://omap3-mkcard.sh

 -PR = r1
 +FILESPATH =. ${FILE_DIRNAME}/../../contrib:
 +
 +PR = r2

  do_install() {
 install -d ${D}${bindir}/
 diff --git a/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh 
 b/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh
 deleted file mode 12
 index b8c8a70..000
 --- a/recipes-angstrom/angstrom/omap3-mkcard/omap3-mkcard.sh
 +++ /dev/null
 @@ -1 +0,0 @@
 -../../../contrib/angstrom/omap3-mkcard.sh
 \ No newline at end of file
 --
 1.7.9.5


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel