aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-07-29 01:22:24 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 16:41:50 +0100
commit134c91875222ed572e5466f117a1462697c5154a (patch)
tree0f3929a6fbfb2c452e71d17cdff53ba0d709972d /recipes-bsp
parenta5b25300e306ca44ca267f40dbf43dc8899153a7 (diff)
downloadmeta-handheld-134c91875222ed572e5466f117a1462697c5154a.tar.gz
nandlogical: adopt necessary changes for oe-core
* this is the same patched source file we have in org.openembedded.dev * probably worth fixing it (source + diff from original) * * remove FILESPATHPKG * add LICENSE and LIC_FILES_CHKSUM * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/zaurus-utils/nandlogical-klibc_1.0.0.bb2
-rw-r--r--recipes-bsp/zaurus-utils/nandlogical_1.0.0.bb5
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/zaurus-utils/nandlogical-klibc_1.0.0.bb b/recipes-bsp/zaurus-utils/nandlogical-klibc_1.0.0.bb
index 3f28589..47902d7 100644
--- a/recipes-bsp/zaurus-utils/nandlogical-klibc_1.0.0.bb
+++ b/recipes-bsp/zaurus-utils/nandlogical-klibc_1.0.0.bb
@@ -6,4 +6,4 @@ do_compile() {
${CC} ${CFLAGS} ${LDFLAGS} -static -I${STAGING_INCDIR} nandlogical.c -o nandlogical
}
-FILESPATHPKG =. "nandlogical:"
+FILESPATH =. "${FILE_DIRNAME}/nandlogical:"
diff --git a/recipes-bsp/zaurus-utils/nandlogical_1.0.0.bb b/recipes-bsp/zaurus-utils/nandlogical_1.0.0.bb
index 0da2d23..c7fbce9 100644
--- a/recipes-bsp/zaurus-utils/nandlogical_1.0.0.bb
+++ b/recipes-bsp/zaurus-utils/nandlogical_1.0.0.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Nandlogical for Sharp mtd1"
-LICENSE = "GPL"
-PR = "r4"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://nandlogical.c;md5=a734efd470f4d5be324e5d408a1f38a5"
+PR = "r5"
SRC_URI = "file://nandlogical.c"