diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-09-09 01:36:38 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-09-09 01:29:22 +0100 |
commit | 05965969ae09e9681d2599641f42e2cbb5529560 (patch) | |
tree | d2d71b6592cc26c087a56d384801ee6515a813c0 /recipes-opie/libopie/libopie2_git.bb | |
parent | 5a037566aac9f8857488fa99d3f4af7c6c8eed0d (diff) | |
download | meta-opie-05965969ae09e9681d2599641f42e2cbb5529560.tar.gz |
libopie2: remove DEFAULT_PREFERENCE of -1 from git version
This is not necessary if you use the appropriate include file to select
the Opie version (which is mandatory), and this also makes the libopie2
recipe consistent with the other Opie recipes, none of which set
DEFAULT_PREFERENCE.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-opie/libopie/libopie2_git.bb')
-rw-r--r-- | recipes-opie/libopie/libopie2_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-opie/libopie/libopie2_git.bb b/recipes-opie/libopie/libopie2_git.bb index 8ffefe0..86d4d83 100644 --- a/recipes-opie/libopie/libopie2_git.bb +++ b/recipes-opie/libopie/libopie2_git.bb @@ -3,8 +3,6 @@ require ${PN}.inc PV = "${OPIE_GIT_PV}" PR = "r14" -DEFAULT_PREFERENCE = "-1" - SRC_URI = "${OPIE_GIT};protocol=git;subpath=libopie2 \ file://include.pro" |