diff options
-rw-r--r-- | recipes/x-load/signgp.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/x-load/signgp.bb b/recipes/x-load/signgp.bb index cd9b23015d..b77598be6f 100644 --- a/recipes/x-load/signgp.bb +++ b/recipes/x-load/signgp.bb @@ -1,7 +1,7 @@ -LICENSE = "unknown" +LICENSE = "BSD" DESCRIPTION = "Tool to sign omap3 x-loader images" -PR = "r2" +PR = "r3" SRC_URI = "file://signGP.c" |