diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-02 19:07:48 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-02 19:07:48 +0100 |
commit | eae7f83b03cf59553c861bf92713642cda93056d (patch) | |
tree | f110c576287e6b52d868c391a8f834a7840b4960 /recipes/file/file.inc | |
parent | b540bf35250b048ce072db61422df5f315e87e31 (diff) |
bison/file.inc: INC_PR -> INCPR
Diffstat (limited to 'recipes/file/file.inc')
-rw-r--r-- | recipes/file/file.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/file/file.inc b/recipes/file/file.inc index 7076ae9823..0c6d0789eb 100644 --- a/recipes/file/file.inc +++ b/recipes/file/file.inc @@ -5,7 +5,7 @@ LICENSE = "BSD-ADV" DEPENDS = "file-native" DEPENDS_virtclass-native = "" -INC_PR = "r0" +INCPR = "r0" SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz" |